Skip to content

Commit 3a01f10

Browse files
scmacdonDavidSouther
authored andcommitted
updated POM files
1 parent 9dfde59 commit 3a01f10

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

javav2/example_code/iam/pom.xml

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
<plugin>
1919
<groupId>org.apache.maven.plugins</groupId>
2020
<artifactId>maven-surefire-plugin</artifactId>
21-
<version>2.22.1</version>
22-
<configuration>
23-
<groups>IntegrationTest</groups>
24-
</configuration>
21+
<version>3.5.2</version>
2522
</plugin>
2623
</plugins>
2724
</build>
@@ -41,19 +38,13 @@
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>
51-
</dependencies>
41+
</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>
@@ -65,22 +56,6 @@
6556
<artifactId>gson</artifactId>
6657
<version>2.10.1</version>
6758
</dependency>
68-
<dependency>
69-
<groupId>org.junit.jupiter</groupId>
70-
<artifactId>junit-jupiter-engine</artifactId>
71-
<scope>test</scope>
72-
</dependency>
73-
<dependency>
74-
<groupId>org.junit.platform</groupId>
75-
<artifactId>junit-platform-commons</artifactId>
76-
<version>1.9.2</version>
77-
</dependency>
78-
<dependency>
79-
<groupId>org.junit.platform</groupId>
80-
<artifactId>junit-platform-launcher</artifactId>
81-
<version>1.9.2</version>
82-
<scope>test</scope>
83-
</dependency>
8459
<dependency>
8560
<groupId>software.amazon.awssdk</groupId>
8661
<artifactId>iam</artifactId>

0 commit comments

Comments
 (0)