Skip to content

Commit 7e34eb2

Browse files
authored
Update pom.xml
1 parent 0eb0504 commit 7e34eb2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

javav2/example_code/glue/pom.xml

+2-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
76
<groupId>GlueProjectV2</groupId>
87
<artifactId>GlueProjectV2</artifactId>
98
<version>1.0-SNAPSHOT</version>
@@ -34,10 +33,9 @@
3433
<dependency>
3534
<groupId>software.amazon.awssdk</groupId>
3635
<artifactId>bom</artifactId>
37-
<version>2.14.2</version>
36+
<version>2.15.14</version>
3837
<type>pom</type>
3938
</dependency>
40-
4139
</dependencies>
4240
</dependencyManagement>
4341
<dependencies>
@@ -53,13 +51,11 @@
5351
<version>5.4.2</version>
5452
<scope>test</scope>
5553
</dependency>
56-
<!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-commons -->
5754
<dependency>
5855
<groupId>org.junit.platform</groupId>
5956
<artifactId>junit-platform-commons</artifactId>
6057
<version>1.4.0</version>
6158
</dependency>
62-
<!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher -->
6359
<dependency>
6460
<groupId>org.junit.platform</groupId>
6561
<artifactId>junit-platform-launcher</artifactId>
@@ -71,11 +67,10 @@
7167
<artifactId>slf4j-log4j12</artifactId>
7268
<version>1.7.25</version>
7369
</dependency>
74-
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/glue -->
7570
<dependency>
7671
<groupId>software.amazon.awssdk</groupId>
7772
<artifactId>glue</artifactId>
7873
<version>2.14.8</version>
7974
</dependency>
8075
</dependencies>
81-
</project>
76+
</project>

0 commit comments

Comments
 (0)