File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
-
7
6
<groupId >GlueProjectV2</groupId >
8
7
<artifactId >GlueProjectV2</artifactId >
9
8
<version >1.0-SNAPSHOT</version >
34
33
<dependency >
35
34
<groupId >software.amazon.awssdk</groupId >
36
35
<artifactId >bom</artifactId >
37
- <version >2.14.2 </version >
36
+ <version >2.15.14 </version >
38
37
<type >pom</type >
39
38
</dependency >
40
-
41
39
</dependencies >
42
40
</dependencyManagement >
43
41
<dependencies >
53
51
<version >5.4.2</version >
54
52
<scope >test</scope >
55
53
</dependency >
56
- <!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-commons -->
57
54
<dependency >
58
55
<groupId >org.junit.platform</groupId >
59
56
<artifactId >junit-platform-commons</artifactId >
60
57
<version >1.4.0</version >
61
58
</dependency >
62
- <!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher -->
63
59
<dependency >
64
60
<groupId >org.junit.platform</groupId >
65
61
<artifactId >junit-platform-launcher</artifactId >
71
67
<artifactId >slf4j-log4j12</artifactId >
72
68
<version >1.7.25</version >
73
69
</dependency >
74
- <!-- https://mvnrepository.com/artifact/software.amazon.awssdk/glue -->
75
70
<dependency >
76
71
<groupId >software.amazon.awssdk</groupId >
77
72
<artifactId >glue</artifactId >
78
73
<version >2.14.8</version >
79
74
</dependency >
80
75
</dependencies >
81
- </project >
76
+ </project >
You can’t perform that action at this time.
0 commit comments