Skip to content

Commit

Permalink
Exclude azure-storage KeyVault as we are not using it (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggallotti authored Feb 3, 2023
1 parent 5920eec commit 1db3a22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gxcloudstorage-azureblob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage</artifactId>
<version>8.6.6</version>
<exclusions>
<exclusion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 1db3a22

Please sign in to comment.