Skip to content

Commit 9b535c7

Browse files
committed
fix: Correct scope for test dependency in POM
The `azure-security-keyvault-secrets` test dependency was include twice and without the correct `test` scope.
1 parent b9dce38 commit 9b535c7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,7 @@
102102
<groupId>com.azure</groupId>
103103
<artifactId>azure-security-keyvault-secrets</artifactId>
104104
<version>4.3.5</version>
105-
</dependency>
106-
<dependency>
107-
<groupId>com.azure</groupId>
108-
<artifactId>azure-security-keyvault-secrets</artifactId>
109-
<version>4.3.5</version>
105+
<scope>test</scope>
110106
</dependency>
111107
<dependency>
112108
<groupId>org.seleniumhq.selenium</groupId>

0 commit comments

Comments
 (0)