Skip to content

Commit 1db3a22

Browse files
authored
Exclude azure-storage KeyVault as we are not using it (#667)
1 parent 5920eec commit 1db3a22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gxcloudstorage-azureblob/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
<groupId>com.microsoft.azure</groupId>
2929
<artifactId>azure-storage</artifactId>
3030
<version>8.6.6</version>
31+
<exclusions>
32+
<exclusion>
33+
<groupId>com.microsoft.azure</groupId>
34+
<artifactId>azure-keyvault-core</artifactId>
35+
</exclusion>
36+
</exclusions>
3137
</dependency>
3238
</dependencies>
3339
</project>

0 commit comments

Comments
 (0)