We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012c8d2 commit 503fb1fCopy full SHA for 503fb1f
gxcloudstorage-azureblob/pom.xml
@@ -26,15 +26,14 @@
26
<version>${project.version}</version>
27
</dependency>
28
<dependency>
29
- <groupId>com.microsoft.azure</groupId>
30
- <artifactId>azure-storage</artifactId>
31
- <version>8.6.6</version>
32
- <exclusions>
33
- <exclusion>
34
35
- <artifactId>azure-keyvault-core</artifactId>
36
- </exclusion>
37
- </exclusions>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-storage-blob</artifactId>
+ <version>12.32.0</version>
+ </dependency>
+ <dependency>
+ <artifactId>azure-identity</artifactId>
+ <version>1.18.1</version>
38
39
</dependencies>
40
</project>
0 commit comments