Skip to content

Commit 3ed14fc

Browse files
committed
updated POM files
1 parent b11459b commit 3ed14fc

File tree

3 files changed

+5
-38
lines changed

3 files changed

+5
-38
lines changed

javav2/example_code/cloudfront/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,6 @@
6666
<artifactId>junit-jupiter-engine</artifactId>
6767
<scope>test</scope>
6868
</dependency>
69-
<dependency>
70-
<groupId>org.junit.platform</groupId>
71-
<artifactId>junit-platform-commons</artifactId>
72-
<version>1.8.2</version>
73-
</dependency>
74-
<dependency>
75-
<groupId>org.junit.platform</groupId>
76-
<artifactId>junit-platform-launcher</artifactId>
77-
<version>1.8.2</version>
78-
<scope>test</scope>
79-
</dependency>
8069
<dependency>
8170
<groupId>software.amazon.awssdk</groupId>
8271
<artifactId>cloudfront</artifactId>

javav2/example_code/cloudtrail/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,6 @@
7575
<artifactId>junit-jupiter-engine</artifactId>
7676
<scope>test</scope>
7777
</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>
8978
<dependency>
9079
<groupId>software.amazon.awssdk</groupId>
9180
<artifactId>sso</artifactId>

javav2/example_code/cloudwatch/pom.xml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
<artifactId>junit-jupiter-api</artifactId>
5656
<scope>test</scope>
5757
</dependency>
58+
<dependency>
59+
<groupId>org.junit.jupiter</groupId>
60+
<artifactId>junit-jupiter-engine</artifactId>
61+
<scope>test</scope>
62+
</dependency>
5863
<dependency>
5964
<groupId>com.fasterxml.jackson.core</groupId>
6065
<artifactId>jackson-core</artifactId>
@@ -74,22 +79,6 @@
7479
<artifactId>jackson-databind</artifactId>
7580
<version>2.14.2</version>
7681
</dependency>
77-
<dependency>
78-
<groupId>org.junit.jupiter</groupId>
79-
<artifactId>junit-jupiter-engine</artifactId>
80-
<scope>test</scope>
81-
</dependency>
82-
<dependency>
83-
<groupId>org.junit.platform</groupId>
84-
<artifactId>junit-platform-commons</artifactId>
85-
<version>1.9.2</version>
86-
</dependency>
87-
<dependency>
88-
<groupId>org.junit.platform</groupId>
89-
<artifactId>junit-platform-launcher</artifactId>
90-
<version>1.9.2</version>
91-
<scope>test</scope>
92-
</dependency>
9382
<dependency>
9483
<groupId>software.amazon.awssdk</groupId>
9584
<artifactId>cloudwatch</artifactId>

0 commit comments

Comments
 (0)