Skip to content

Commit b177106

Browse files
committed
updated POM files
1 parent c02e781 commit b177106

File tree

6 files changed

+24
-166
lines changed

6 files changed

+24
-166
lines changed

javav2/example_code/lookoutvision/pom.xml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<plugin>
2525
<groupId>org.apache.maven.plugins</groupId>
2626
<artifactId>maven-surefire-plugin</artifactId>
27-
<version>2.22.1</version>
27+
<version>3.5.2</version>
2828
</plugin>
2929
</plugins>
3030
</build>
@@ -37,30 +37,13 @@
3737
<type>pom</type>
3838
<scope>import</scope>
3939
</dependency>
40-
<dependency>
41-
<groupId>org.junit</groupId>
42-
<artifactId>junit-bom</artifactId>
43-
<version>5.9.2</version>
44-
<type>pom</type>
45-
<scope>import</scope>
46-
</dependency>
4740
</dependencies>
4841
</dependencyManagement>
4942
<dependencies>
5043
<dependency>
5144
<groupId>org.junit.jupiter</groupId>
52-
<artifactId>junit-jupiter-api</artifactId>
53-
<scope>test</scope>
54-
</dependency>
55-
<dependency>
56-
<groupId>org.junit.platform</groupId>
57-
<artifactId>junit-platform-commons</artifactId>
58-
<version>1.4.0</version>
59-
</dependency>
60-
<dependency>
61-
<groupId>org.junit.platform</groupId>
62-
<artifactId>junit-platform-launcher</artifactId>
63-
<version>1.4.0</version>
45+
<artifactId>junit-jupiter</artifactId>
46+
<version>5.11.4</version>
6447
<scope>test</scope>
6548
</dependency>
6649
<dependency>

javav2/example_code/mediaconvert/pom.xml

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
<plugin>
2828
<groupId>org.apache.maven.plugins</groupId>
2929
<artifactId>maven-surefire-plugin</artifactId>
30-
<version>2.22.1</version>
31-
<configuration>
32-
<groups>IntegrationTest</groups>
33-
</configuration>
30+
<version>3.5.2</version>
3431
</plugin>
3532
</plugins>
3633
</build>
@@ -43,19 +40,13 @@
4340
<type>pom</type>
4441
<scope>import</scope>
4542
</dependency>
46-
<dependency>
47-
<groupId>org.junit</groupId>
48-
<artifactId>junit-bom</artifactId>
49-
<version>5.9.2</version>
50-
<type>pom</type>
51-
<scope>import</scope>
52-
</dependency>
5343
</dependencies>
5444
</dependencyManagement>
5545
<dependencies>
5646
<dependency>
5747
<groupId>org.junit.jupiter</groupId>
58-
<artifactId>junit-jupiter-api</artifactId>
48+
<artifactId>junit-jupiter</artifactId>
49+
<version>5.11.4</version>
5950
<scope>test</scope>
6051
</dependency>
6152
<dependency>
@@ -67,22 +58,6 @@
6758
<artifactId>gson</artifactId>
6859
<version>2.10.1</version>
6960
</dependency>
70-
<dependency>
71-
<groupId>org.junit.jupiter</groupId>
72-
<artifactId>junit-jupiter-engine</artifactId>
73-
<scope>test</scope>
74-
</dependency>
75-
<dependency>
76-
<groupId>org.junit.platform</groupId>
77-
<artifactId>junit-platform-commons</artifactId>
78-
<version>1.9.2</version>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.junit.platform</groupId>
82-
<artifactId>junit-platform-launcher</artifactId>
83-
<version>1.9.2</version>
84-
<scope>test</scope>
85-
</dependency>
8661
<dependency>
8762
<groupId>software.amazon.awssdk</groupId>
8863
<artifactId>mediaconvert</artifactId>

javav2/example_code/mediastore/pom.xml

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-surefire-plugin</artifactId>
29-
<version>2.22.1</version>
30-
<configuration>
31-
<groups>IntegrationTest</groups>
32-
</configuration>
29+
<version>3.5.2</version>
3330
</plugin>
3431
</plugins>
3532
</build>
@@ -42,19 +39,13 @@
4239
<type>pom</type>
4340
<scope>import</scope>
4441
</dependency>
45-
<dependency>
46-
<groupId>org.junit</groupId>
47-
<artifactId>junit-bom</artifactId>
48-
<version>5.9.2</version>
49-
<type>pom</type>
50-
<scope>import</scope>
51-
</dependency>
5242
</dependencies>
5343
</dependencyManagement>
5444
<dependencies>
5545
<dependency>
5646
<groupId>org.junit.jupiter</groupId>
57-
<artifactId>junit-jupiter-api</artifactId>
47+
<artifactId>junit-jupiter</artifactId>
48+
<version>5.11.4</version>
5849
<scope>test</scope>
5950
</dependency>
6051
<dependency>
@@ -66,22 +57,6 @@
6657
<artifactId>gson</artifactId>
6758
<version>2.10.1</version>
6859
</dependency>
69-
<dependency>
70-
<groupId>org.junit.jupiter</groupId>
71-
<artifactId>junit-jupiter-engine</artifactId>
72-
<scope>test</scope>
73-
</dependency>
74-
<dependency>
75-
<groupId>org.junit.platform</groupId>
76-
<artifactId>junit-platform-commons</artifactId>
77-
<version>1.9.2</version>
78-
</dependency>
79-
<dependency>
80-
<groupId>org.junit.platform</groupId>
81-
<artifactId>junit-platform-launcher</artifactId>
82-
<version>1.9.2</version>
83-
<scope>test</scope>
84-
</dependency>
8560
<dependency>
8661
<groupId>software.amazon.awssdk</groupId>
8762
<artifactId>mediastore</artifactId>

javav2/example_code/medicalimaging/pom.xml

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
<plugin>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-surefire-plugin</artifactId>
28-
<version>2.22.1</version>
29-
<configuration>
30-
<groups>IntegrationTest</groups>
31-
</configuration>
28+
<version>3.5.2</version>
3229
</plugin>
3330
</plugins>
3431
</build>
@@ -41,43 +38,21 @@
4138
<type>pom</type>
4239
<scope>import</scope>
4340
</dependency>
44-
<dependency>
45-
<groupId>org.junit</groupId>
46-
<artifactId>junit-bom</artifactId>
47-
<version>5.9.2</version>
48-
<type>pom</type>
49-
<scope>import</scope>
50-
</dependency>
5141
</dependencies>
5242
</dependencyManagement>
5343
<dependencies>
5444
<dependency>
5545
<groupId>org.junit.jupiter</groupId>
56-
<artifactId>junit-jupiter-api</artifactId>
46+
<artifactId>junit-jupiter</artifactId>
47+
<version>5.11.4</version>
5748
<scope>test</scope>
5849
</dependency>
5950
<dependency>
6051
<groupId>com.google.code.gson</groupId>
6152
<artifactId>gson</artifactId>
6253
<version>2.10.1</version>
6354
</dependency>
64-
<dependency>
65-
<groupId>org.junit.jupiter</groupId>
66-
<artifactId>junit-jupiter-engine</artifactId>
67-
<scope>test</scope>
68-
</dependency>
69-
<dependency>
70-
<groupId>org.junit.platform</groupId>
71-
<artifactId>junit-platform-commons</artifactId>
72-
<version>1.9.2</version>
73-
</dependency>
74-
<dependency>
75-
<groupId>org.junit.platform</groupId>
76-
<artifactId>junit-platform-launcher</artifactId>
77-
<version>1.9.2</version>
78-
<scope>test</scope>
79-
</dependency>
80-
<dependency>
55+
<dependency>
8156
<groupId>org.slf4j</groupId>
8257
<artifactId>slf4j-simple</artifactId>
8358
<version>2.0.7</version>

javav2/example_code/memorydb/pom.xml

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-surefire-plugin</artifactId>
29-
<version>2.22.1</version>
30-
<configuration>
31-
<groups>IntegrationTest</groups>
32-
</configuration>
29+
<version>3.5.2</version>
3330
</plugin>
3431
</plugins>
3532
</build>
@@ -42,16 +39,15 @@
4239
<type>pom</type>
4340
<scope>import</scope>
4441
</dependency>
45-
<dependency>
46-
<groupId>org.junit</groupId>
47-
<artifactId>junit-bom</artifactId>
48-
<version>5.9.2</version>
49-
<type>pom</type>
50-
<scope>import</scope>
51-
</dependency>
5242
</dependencies>
5343
</dependencyManagement>
5444
<dependencies>
45+
<dependency>
46+
<groupId>org.junit.jupiter</groupId>
47+
<artifactId>junit-jupiter</artifactId>
48+
<version>5.11.4</version>
49+
<scope>test</scope>
50+
</dependency>
5551
<dependency>
5652
<groupId>software.amazon.awssdk</groupId>
5753
<artifactId>dynamodb-enhanced</artifactId>
@@ -75,20 +71,10 @@
7571
<artifactId>jackson-databind</artifactId>
7672
<version>2.14.2</version>
7773
</dependency>
78-
<dependency>
79-
<groupId>org.junit.jupiter</groupId>
80-
<artifactId>junit-jupiter-api</artifactId>
81-
<scope>test</scope>
82-
</dependency>
8374
<dependency>
8475
<groupId>software.amazon.awssdk</groupId>
8576
<artifactId>kms</artifactId>
8677
</dependency>
87-
<dependency>
88-
<groupId>org.junit.jupiter</groupId>
89-
<artifactId>junit-jupiter-engine</artifactId>
90-
<scope>test</scope>
91-
</dependency>
9278
<dependency>
9379
<groupId>redis.clients</groupId>
9480
<artifactId>jedis</artifactId>
@@ -100,17 +86,6 @@
10086
<version>2.8.0</version>
10187
<type>jar</type>
10288
</dependency>
103-
<dependency>
104-
<groupId>org.junit.platform</groupId>
105-
<artifactId>junit-platform-commons</artifactId>
106-
<version>1.9.2</version>
107-
</dependency>
108-
<dependency>
109-
<groupId>org.junit.platform</groupId>
110-
<artifactId>junit-platform-launcher</artifactId>
111-
<version>1.9.2</version>
112-
<scope>test</scope>
113-
</dependency>
11489
<dependency>
11590
<groupId>org.slf4j</groupId>
11691
<artifactId>slf4j-log4j12</artifactId>

javav2/example_code/migrationhub/pom.xml

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
<plugin>
2828
<groupId>org.apache.maven.plugins</groupId>
2929
<artifactId>maven-surefire-plugin</artifactId>
30-
<version>2.22.1</version>
31-
<configuration>
32-
<groups>IntegrationTest</groups>
33-
</configuration>
30+
<version>3.5.2</version>
3431
</plugin>
3532
</plugins>
3633
</build>
@@ -43,20 +40,13 @@
4340
<type>pom</type>
4441
<scope>import</scope>
4542
</dependency>
46-
<dependency>
47-
<groupId>org.junit</groupId>
48-
<artifactId>junit-bom</artifactId>
49-
<version>5.9.2</version>
50-
<type>pom</type>
51-
<scope>import</scope>
52-
</dependency>
5343
</dependencies>
5444
</dependencyManagement>
5545
<dependencies>
5646
<dependency>
57-
<groupId>junit</groupId>
58-
<artifactId>junit</artifactId>
59-
<version>4.13.2</version>
47+
<groupId>org.junit.jupiter</groupId>
48+
<artifactId>junit-jupiter</artifactId>
49+
<version>5.11.4</version>
6050
<scope>test</scope>
6151
</dependency>
6252
<dependency>
@@ -72,21 +62,6 @@
7262
<groupId>software.amazon.awssdk</groupId>
7363
<artifactId>migrationhub</artifactId>
7464
</dependency>
75-
<dependency>
76-
<groupId>org.junit.jupiter</groupId>
77-
<artifactId>junit-jupiter-api</artifactId>
78-
<scope>test</scope>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.junit.jupiter</groupId>
82-
<artifactId>junit-jupiter-engine</artifactId>
83-
<scope>test</scope>
84-
</dependency>
85-
<dependency>
86-
<groupId>org.junit.platform</groupId>
87-
<artifactId>junit-platform-commons</artifactId>
88-
<version>1.9.2</version>
89-
</dependency>
9065
<dependency>
9166
<groupId>software.amazon.awssdk</groupId>
9267
<artifactId>sso</artifactId>

0 commit comments

Comments
 (0)