Skip to content

Commit 746cd1c

Browse files
committed
updated POM files
1 parent ca5afa9 commit 746cd1c

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

javav2/example_code/codepipeline/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@
5959
<artifactId>junit-jupiter-engine</artifactId>
6060
<scope>test</scope>
6161
</dependency>
62-
<dependency>
63-
<groupId>org.junit.platform</groupId>
64-
<artifactId>junit-platform-commons</artifactId>
65-
<version>1.9.2</version>
66-
</dependency>
67-
<dependency>
68-
<groupId>org.junit.platform</groupId>
69-
<artifactId>junit-platform-launcher</artifactId>
70-
<version>1.9.2</version>
71-
<scope>test</scope>
72-
</dependency>
7362
<dependency>
7463
<groupId>com.fasterxml.jackson.core</groupId>
7564
<artifactId>jackson-core</artifactId>

javav2/example_code/cognito/pom.xml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<artifactId>junit-jupiter-api</artifactId>
5858
<scope>test</scope>
5959
</dependency>
60+
<dependency>
61+
<groupId>org.junit.jupiter</groupId>
62+
<artifactId>junit-jupiter-engine</artifactId>
63+
<scope>test</scope>
64+
</dependency>
6065
<dependency>
6166
<groupId>software.amazon.awssdk</groupId>
6267
<artifactId>secretsmanager</artifactId>
@@ -67,22 +72,6 @@
6772
<version>2.10.1</version>
6873
</dependency>
6974
<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>
85-
<dependency>
8675
<groupId>software.amazon.awssdk</groupId>
8776
<artifactId>cognitoidentity</artifactId>
8877
</dependency>

0 commit comments

Comments
 (0)