Skip to content

Commit 6daaeec

Browse files
hoangnam2261iluwatar
authored andcommitted
Remove the transitive dependency(junit-jupiter-api) (iluwatar#916)
1 parent 517c209 commit 6daaeec

File tree

115 files changed

+116
-692
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+116
-692
lines changed

abstract-document/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,10 @@
3333
</parent>
3434
<artifactId>abstract-document</artifactId>
3535
<dependencies>
36-
<dependency>
37-
<groupId>org.junit.jupiter</groupId>
38-
<artifactId>junit-jupiter-api</artifactId>
39-
<scope>test</scope>
40-
</dependency>
4136
<dependency>
4237
<groupId>org.junit.jupiter</groupId>
4338
<artifactId>junit-jupiter-engine</artifactId>
4439
<scope>test</scope>
4540
</dependency>
4641
</dependencies>
47-
</project>
42+
</project>

abstract-factory/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>abstract-factory</artifactId>
3535
<dependencies>
36-
<dependency>
37-
<groupId>org.junit.jupiter</groupId>
38-
<artifactId>junit-jupiter-api</artifactId>
39-
<scope>test</scope>
40-
</dependency>
4136
<dependency>
4237
<groupId>org.junit.jupiter</groupId>
4338
<artifactId>junit-jupiter-engine</artifactId>

acyclic-visitor/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@
5656
<version>1.0.0</version>
5757
<scope>test</scope>
5858
</dependency>
59-
<dependency>
60-
<groupId>org.junit.jupiter</groupId>
61-
<artifactId>junit-jupiter-api</artifactId>
62-
<scope>test</scope>
63-
</dependency>
6459
<dependency>
6560
<groupId>org.junit.jupiter</groupId>
6661
<artifactId>junit-jupiter-engine</artifactId>

adapter/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>adapter</artifactId>
3535
<dependencies>
36-
<dependency>
37-
<groupId>org.junit.jupiter</groupId>
38-
<artifactId>junit-jupiter-api</artifactId>
39-
<scope>test</scope>
40-
</dependency>
4136
<dependency>
4237
<groupId>org.junit.jupiter</groupId>
4338
<artifactId>junit-jupiter-engine</artifactId>

aggregator-microservices/aggregator-service/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-web</artifactId>
5555
</dependency>
56-
<dependency>
57-
<groupId>org.junit.jupiter</groupId>
58-
<artifactId>junit-jupiter-api</artifactId>
59-
<scope>test</scope>
60-
</dependency>
6156
<dependency>
6257
<groupId>org.junit.jupiter</groupId>
6358
<artifactId>junit-jupiter-engine</artifactId>
@@ -90,4 +85,4 @@
9085
</plugin>
9186
</plugins>
9287
</build>
93-
</project>
88+
</project>

aggregator-microservices/information-microservice/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-web</artifactId>
5555
</dependency>
56-
<dependency>
57-
<groupId>org.junit.jupiter</groupId>
58-
<artifactId>junit-jupiter-api</artifactId>
59-
<scope>test</scope>
60-
</dependency>
6156
<dependency>
6257
<groupId>org.junit.jupiter</groupId>
6358
<artifactId>junit-jupiter-engine</artifactId>

aggregator-microservices/inventory-microservice/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-web</artifactId>
5555
</dependency>
56-
<dependency>
57-
<groupId>org.junit.jupiter</groupId>
58-
<artifactId>junit-jupiter-api</artifactId>
59-
<scope>test</scope>
60-
</dependency>
6156
<dependency>
6257
<groupId>org.junit.jupiter</groupId>
6358
<artifactId>junit-jupiter-engine</artifactId>
@@ -81,4 +76,4 @@
8176
</plugin>
8277
</plugins>
8378
</build>
84-
</project>
79+
</project>

ambassador/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,10 @@
3434
<modelVersion>4.0.0</modelVersion>
3535
<artifactId>ambassador</artifactId>
3636
<dependencies>
37-
<dependency>
38-
<groupId>org.junit.jupiter</groupId>
39-
<artifactId>junit-jupiter-api</artifactId>
40-
<scope>test</scope>
41-
</dependency>
4237
<dependency>
4338
<groupId>org.junit.jupiter</groupId>
4439
<artifactId>junit-jupiter-engine</artifactId>
4540
<scope>test</scope>
4641
</dependency>
4742
</dependencies>
48-
</project>
43+
</project>

api-gateway/api-gateway-service/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@
5656
<groupId>org.springframework.boot</groupId>
5757
<artifactId>spring-boot-starter-web</artifactId>
5858
</dependency>
59-
<dependency>
60-
<groupId>org.junit.jupiter</groupId>
61-
<artifactId>junit-jupiter-api</artifactId>
62-
<scope>test</scope>
63-
</dependency>
6459
<dependency>
6560
<groupId>org.junit.jupiter</groupId>
6661
<artifactId>junit-jupiter-engine</artifactId>

api-gateway/image-microservice/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-web</artifactId>
5555
</dependency>
56-
<dependency>
57-
<groupId>org.junit.jupiter</groupId>
58-
<artifactId>junit-jupiter-api</artifactId>
59-
<scope>test</scope>
60-
</dependency>
6156
<dependency>
6257
<groupId>org.junit.jupiter</groupId>
6358
<artifactId>junit-jupiter-engine</artifactId>
@@ -81,4 +76,4 @@
8176
</plugin>
8277
</plugins>
8378
</build>
84-
</project>
79+
</project>

0 commit comments

Comments
 (0)