Skip to content

Commit c02e781

Browse files
committed
updated POM files
1 parent 10e9e3f commit c02e781

File tree

5 files changed

+19
-141
lines changed

5 files changed

+19
-141
lines changed

javav2/example_code/keyspaces/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>keyspaces</artifactId>

javav2/example_code/kinesis/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>
@@ -75,22 +66,6 @@
7566
<artifactId>gson</artifactId>
7667
<version>2.10.1</version>
7768
</dependency>
78-
<dependency>
79-
<groupId>org.junit.jupiter</groupId>
80-
<artifactId>junit-jupiter-engine</artifactId>
81-
<scope>test</scope>
82-
</dependency>
83-
<dependency>
84-
<groupId>org.junit.platform</groupId>
85-
<artifactId>junit-platform-commons</artifactId>
86-
<version>1.9.2</version>
87-
</dependency>
88-
<dependency>
89-
<groupId>org.junit.platform</groupId>
90-
<artifactId>junit-platform-launcher</artifactId>
91-
<version>1.9.2</version>
92-
<scope>test</scope>
93-
</dependency>
9469
<dependency>
9570
<groupId>com.fasterxml.jackson.core</groupId>
9671
<artifactId>jackson-databind</artifactId>

javav2/example_code/kms/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,13 +39,6 @@
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
<dependency>
5343
<groupId>org.apache.logging.log4j</groupId>
5444
<artifactId>log4j-bom</artifactId>
@@ -61,23 +51,14 @@
6151
<dependencies>
6252
<dependency>
6353
<groupId>org.junit.jupiter</groupId>
64-
<artifactId>junit-jupiter-api</artifactId>
54+
<artifactId>junit-jupiter</artifactId>
55+
<version>5.11.4</version>
6556
<scope>test</scope>
6657
</dependency>
6758
<dependency>
6859
<groupId>software.amazon.awssdk</groupId>
6960
<artifactId>netty-nio-client</artifactId>
7061
</dependency>
71-
<dependency>
72-
<groupId>org.junit.jupiter</groupId>
73-
<artifactId>junit-jupiter-engine</artifactId>
74-
<scope>test</scope>
75-
</dependency>
76-
<dependency>
77-
<groupId>org.junit.platform</groupId>
78-
<artifactId>junit-platform-commons</artifactId>
79-
<version>1.9.2</version>
80-
</dependency>
8162
<dependency>
8263
<groupId>software.amazon.awssdk</groupId>
8364
<artifactId>secretsmanager</artifactId>
@@ -87,12 +68,6 @@
8768
<artifactId>gson</artifactId>
8869
<version>2.10.1</version>
8970
</dependency>
90-
<dependency>
91-
<groupId>org.junit.platform</groupId>
92-
<artifactId>junit-platform-launcher</artifactId>
93-
<version>1.9.2</version>
94-
<scope>test</scope>
95-
</dependency>
9671
<dependency>
9772
<groupId>software.amazon.awssdk</groupId>
9873
<artifactId>kms</artifactId>

javav2/example_code/lambda/pom.xml

Lines changed: 7 additions & 32 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,16 +40,15 @@
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>
46+
<dependency>
47+
<groupId>org.junit.jupiter</groupId>
48+
<artifactId>junit-jupiter</artifactId>
49+
<version>5.11.4</version>
50+
<scope>test</scope>
51+
</dependency>
5652
<dependency>
5753
<groupId>software.amazon.awssdk</groupId>
5854
<artifactId>lambda</artifactId>
@@ -66,32 +62,11 @@
6662
<artifactId>gson</artifactId>
6763
<version>2.10.1</version>
6864
</dependency>
69-
<dependency>
70-
<groupId>org.junit.jupiter</groupId>
71-
<artifactId>junit-jupiter-api</artifactId>
72-
<scope>test</scope>
73-
</dependency>
7465
<dependency>
7566
<groupId>org.json</groupId>
7667
<artifactId>json</artifactId>
7768
<version>20231013</version>
7869
</dependency>
79-
<dependency>
80-
<groupId>org.junit.jupiter</groupId>
81-
<artifactId>junit-jupiter-engine</artifactId>
82-
<scope>test</scope>
83-
</dependency>
84-
<dependency>
85-
<groupId>org.junit.platform</groupId>
86-
<artifactId>junit-platform-commons</artifactId>
87-
<version>1.9.0</version>
88-
</dependency>
89-
<dependency>
90-
<groupId>org.junit.platform</groupId>
91-
<artifactId>junit-platform-launcher</artifactId>
92-
<version>1.9.0</version>
93-
<scope>test</scope>
94-
</dependency>
9570
<dependency>
9671
<groupId>software.amazon.awssdk</groupId>
9772
<artifactId>sso</artifactId>

javav2/example_code/lex/pom.xml

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-surefire-plugin</artifactId>
29-
<version>2.22.1</version>
29+
<version>3.5.2</version>
3030
</plugin>
3131
</plugins>
3232
</build>
@@ -39,19 +39,13 @@
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
42-
<dependency>
43-
<groupId>org.junit</groupId>
44-
<artifactId>junit-bom</artifactId>
45-
<version>5.9.2</version>
46-
<type>pom</type>
47-
<scope>import</scope>
48-
</dependency>
4942
</dependencies>
5043
</dependencyManagement>
5144
<dependencies>
5245
<dependency>
5346
<groupId>org.junit.jupiter</groupId>
54-
<artifactId>junit-jupiter-api</artifactId>
47+
<artifactId>junit-jupiter</artifactId>
48+
<version>5.11.4</version>
5549
<scope>test</scope>
5650
</dependency>
5751
<dependency>
@@ -63,22 +57,6 @@
6357
<artifactId>gson</artifactId>
6458
<version>2.10.1</version>
6559
</dependency>
66-
<dependency>
67-
<groupId>org.junit.jupiter</groupId>
68-
<artifactId>junit-jupiter-engine</artifactId>
69-
<scope>test</scope>
70-
</dependency>
71-
<dependency>
72-
<groupId>org.junit.platform</groupId>
73-
<artifactId>junit-platform-commons</artifactId>
74-
<version>1.9.2</version>
75-
</dependency>
76-
<dependency>
77-
<groupId>org.junit.platform</groupId>
78-
<artifactId>junit-platform-launcher</artifactId>
79-
<version>1.9.2</version>
80-
<scope>test</scope>
81-
</dependency>
8260
<dependency>
8361
<groupId>software.amazon.awssdk</groupId>
8462
<artifactId>lexruntime</artifactId>

0 commit comments

Comments
 (0)