Skip to content

Commit f71fa39

Browse files
authored
UID2-5672 (#524) upgrade to use aws java sdk v2
1 parent 21caa34 commit f71fa39

File tree

5 files changed

+151
-112
lines changed

5 files changed

+151
-112
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>software.amazon.awssdk</groupId>
7979
<artifactId>bom</artifactId>
80-
<version>2.27.2</version>
80+
<version>2.32.24</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>
@@ -161,14 +161,12 @@
161161
<version>1.0.3</version>
162162
</dependency>
163163
<dependency>
164-
<groupId>com.amazonaws</groupId>
165-
<artifactId>aws-java-sdk-s3</artifactId>
166-
<version>1.12.765</version>
164+
<groupId>software.amazon.awssdk</groupId>
165+
<artifactId>s3</artifactId>
167166
</dependency>
168167
<dependency> <!--Needs to be on classpath for roles to work-->
169-
<groupId>com.amazonaws</groupId>
170-
<artifactId>aws-java-sdk-sts</artifactId>
171-
<version>1.12.765</version>
168+
<groupId>software.amazon.awssdk</groupId>
169+
<artifactId>sts</artifactId>
172170
</dependency>
173171
<dependency>
174172
<groupId>com.google.api-client</groupId>

0 commit comments

Comments
 (0)