Skip to content

Commit 9f40914

Browse files
author
chaos2418
committed
JAVA-1672: removing redundant junit-platform-commons declarations
1 parent f13b9a9 commit 9f40914

4 files changed

Lines changed: 0 additions & 21 deletions

File tree

algorithms-miscellaneous-5/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
<artifactId>guava</artifactId>
3535
<version>${guava.version}</version>
3636
</dependency>
37-
<dependency>
38-
<groupId>org.junit.platform</groupId>
39-
<artifactId>junit-platform-commons</artifactId>
40-
<version>${junit-platform.version}</version>
41-
</dependency>
4237
<dependency>
4338
<groupId>org.assertj</groupId>
4439
<artifactId>assertj-core</artifactId>

algorithms-miscellaneous-6/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
<artifactId>guava</artifactId>
2020
<version>${guava.version}</version>
2121
</dependency>
22-
<dependency>
23-
<groupId>org.junit.platform</groupId>
24-
<artifactId>junit-platform-commons</artifactId>
25-
<version>${junit-platform.version}</version>
26-
</dependency>
2722
<dependency>
2823
<groupId>org.assertj</groupId>
2924
<artifactId>assertj-core</artifactId>

testing-modules/spring-testing/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@
6060
<groupId>org.springframework.data</groupId>
6161
<artifactId>spring-data-jpa</artifactId>
6262
</dependency>
63-
<dependency>
64-
<groupId>org.junit.platform</groupId>
65-
<artifactId>junit-platform-commons</artifactId>
66-
<version>${junit-platform.version}</version>
67-
</dependency>
6863
<dependency>
6964
<groupId>org.awaitility</groupId>
7065
<artifactId>awaitility</artifactId>

testing-modules/test-containers/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
<version>${junit-platform.version}</version>
2424
<scope>test</scope>
2525
</dependency>
26-
<dependency>
27-
<groupId>org.junit.platform</groupId>
28-
<artifactId>junit-platform-commons</artifactId>
29-
<version>${junit-platform.version}</version>
30-
<scope>test</scope>
31-
</dependency>
3226
<dependency>
3327
<groupId>org.apache.logging.log4j</groupId>
3428
<artifactId>log4j-core</artifactId>

0 commit comments

Comments
 (0)