File tree Expand file tree Collapse file tree 1 file changed +4
-29
lines changed
javav2/example_code/guardduty Expand file tree Collapse file tree 1 file changed +4
-29
lines changed Original file line number Diff line number Diff line change 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 >
33- </plugin >
29+ <version >3.5.2</version >
30+ </plugin >
3431 </plugins >
3532 </build >
3633 <dependencyManagement >
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 >software.amazon.awssdk</groupId >
5747 <artifactId >guardduty</artifactId >
58- </dependency >
59- <dependency >
60- <groupId >org.junit.jupiter</groupId >
61- <artifactId >junit-jupiter-api</artifactId >
62- <scope >test</scope >
6348 </dependency >
6449 <dependency >
6550 <groupId >org.junit.jupiter</groupId >
66- <artifactId >junit-jupiter-engine</artifactId >
51+ <artifactId >junit-jupiter</artifactId >
52+ <version >5.11.4</version >
6753 <scope >test</scope >
6854 </dependency >
6955 <dependency >
7561 <artifactId >gson</artifactId >
7662 <version >2.10.1</version >
7763 </dependency >
78- <dependency >
79- <groupId >org.junit.platform</groupId >
80- <artifactId >junit-platform-commons</artifactId >
81- <version >1.9.2</version >
82- </dependency >
83- <dependency >
84- <groupId >org.junit.platform</groupId >
85- <artifactId >junit-platform-launcher</artifactId >
86- <version >1.9.2</version >
87- <scope >test</scope >
88- </dependency >
8964 <dependency >
9065 <groupId >software.amazon.awssdk</groupId >
9166 <artifactId >sso</artifactId >
You can’t perform that action at this time.
0 commit comments