Skip to content

Commit 9dfac03

Browse files
committed
rolled in review comments
1 parent b9a5cd1 commit 9dfac03

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

javav2/example_code/s3/pom.xml

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
<plugin>
1818
<groupId>org.apache.maven.plugins</groupId>
1919
<artifactId>maven-surefire-plugin</artifactId>
20-
<version>3.1.2</version>
21-
<configuration>
22-
<groups>IntegrationTest</groups>
23-
</configuration>
20+
<version>3.5.2</version>
2421
</plugin>
2522
<plugin>
2623
<groupId>org.apache.maven.plugins</groupId>
@@ -51,7 +48,7 @@
5148
</execution>
5249
</executions>
5350
</plugin>
54-
</plugins>
51+
</plugins>
5552
</build>
5653
<dependencyManagement>
5754
<dependencies>
@@ -72,48 +69,26 @@
7269
</dependencies>
7370
</dependencyManagement>
7471
<dependencies>
75-
<dependency>
76-
<groupId>com.amazonaws</groupId>
77-
<artifactId>aws-java-sdk-s3</artifactId>
78-
<version>1.12.756</version>
79-
</dependency>
8072
<dependency>
8173
<groupId>org.junit.jupiter</groupId>
82-
<artifactId>junit-jupiter-api</artifactId>
83-
<version>5.9.2</version>
74+
<artifactId>junit-jupiter</artifactId>
75+
<version>5.11.4</version>
8476
<scope>test</scope>
8577
</dependency>
8678
<dependency>
8779
<groupId>software.amazon.awssdk</groupId>
8880
<artifactId>cloudformation</artifactId>
8981
</dependency>
90-
<dependency>
91-
<groupId>org.junit.jupiter</groupId>
92-
<artifactId>junit-jupiter-engine</artifactId>
93-
<version>5.9.2</version>
94-
<scope>test</scope>
95-
</dependency>
9682
<dependency>
9783
<groupId>com.fasterxml.jackson.core</groupId>
9884
<artifactId>jackson-databind</artifactId>
9985
<version>2.14.2</version>
10086
</dependency>
101-
<dependency>
102-
<groupId>org.junit.platform</groupId>
103-
<artifactId>junit-platform-commons</artifactId>
104-
<version>1.9.2</version>
105-
</dependency>
10687
<dependency>
10788
<groupId>software.amazon.awssdk.crt</groupId>
10889
<artifactId>aws-crt</artifactId>
10990
<version>0.29.25</version>
11091
</dependency>
111-
<dependency>
112-
<groupId>org.junit.platform</groupId>
113-
<artifactId>junit-platform-launcher</artifactId>
114-
<version>1.9.2</version>
115-
<scope>test</scope>
116-
</dependency>
11792
<dependency>
11893
<groupId>software.amazon.awssdk</groupId>
11994
<artifactId>s3</artifactId>
@@ -210,4 +185,4 @@
210185
<version>2.10.1</version>
211186
</dependency>
212187
</dependencies>
213-
</project>
188+
</project>

0 commit comments

Comments
 (0)