Skip to content

Commit f26724c

Browse files
Updated dependency list
1 parent 344589c commit f26724c

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

pom.xml

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -85,27 +85,31 @@
8585
<version>1.7.32</version>
8686
</dependency>
8787

88-
<!-- <dependency>-->
89-
<!-- <groupId>com.amazonaws</groupId>-->
90-
<!-- <artifactId>aws-java-sdk-core</artifactId>-->
91-
<!-- <version>1.12.720</version>-->
92-
<!-- </dependency>-->
93-
<!-- <dependency>-->
94-
<!-- <groupId>com.amazonaws</groupId>-->
95-
<!-- <artifactId>aws-java-sdk-s3</artifactId>-->
96-
<!-- <version>1.12.720</version>-->
97-
<!-- </dependency>-->
88+
<dependency>
89+
<groupId>com.amazonaws</groupId>
90+
<artifactId>aws-java-sdk-core</artifactId>
91+
<version>1.12.720</version>
92+
<scope>provided</scope>
93+
</dependency>
94+
<dependency>
95+
<groupId>com.amazonaws</groupId>
96+
<artifactId>aws-java-sdk-s3</artifactId>
97+
<version>1.12.720</version>
98+
<scope>provided</scope>
99+
</dependency>
98100

99-
<!-- <dependency>-->
100-
<!-- <groupId>com.azure</groupId>-->
101-
<!-- <artifactId>azure-storage-blob</artifactId>-->
102-
<!-- <version>12.26.1</version>-->
103-
<!-- </dependency>-->
104-
<!-- <dependency>-->
105-
<!-- <groupId>com.azure</groupId>-->
106-
<!-- <artifactId>azure-identity</artifactId>-->
107-
<!-- <version>1.13.0</version>-->
108-
<!-- </dependency>-->
101+
<dependency>
102+
<groupId>com.azure</groupId>
103+
<artifactId>azure-storage-blob</artifactId>
104+
<version>12.26.1</version>
105+
<scope>provided</scope>
106+
</dependency>
107+
<dependency>
108+
<groupId>com.azure</groupId>
109+
<artifactId>azure-identity</artifactId>
110+
<version>1.13.0</version>
111+
<scope>provided</scope>
112+
</dependency>
109113
</dependencies>
110114

111115
<build>

0 commit comments

Comments
 (0)