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

+1-6
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

-5
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

-5
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

-5
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

+1-6
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

-5
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

+1-6
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

+1-6
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

-5
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

+1-6
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>

api-gateway/price-microservice/pom.xml

+1-6
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>

async-method-invocation/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>async-method-invocation</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>

balking/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535

3636
<artifactId>balking</artifactId>
3737
<dependencies>
38-
<dependency>
39-
<groupId>org.junit.jupiter</groupId>
40-
<artifactId>junit-jupiter-api</artifactId>
41-
<scope>test</scope>
42-
</dependency>
4338
<dependency>
4439
<groupId>org.junit.jupiter</groupId>
4540
<artifactId>junit-jupiter-engine</artifactId>
@@ -48,4 +43,4 @@
4843
</dependencies>
4944

5045

51-
</project>
46+
</project>

bridge/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>bridge</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>

builder/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>builder</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>

business-delegate/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
</parent>
3535
<artifactId>business-delegate</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>

caching/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>caching</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>

callback/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>callback</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>

chain/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>chain</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>

collection-pipeline/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,10 @@
3131
</parent>
3232
<artifactId>collection-pipeline</artifactId>
3333
<dependencies>
34-
<dependency>
35-
<groupId>org.junit.jupiter</groupId>
36-
<artifactId>junit-jupiter-api</artifactId>
37-
<scope>test</scope>
38-
</dependency>
3934
<dependency>
4035
<groupId>org.junit.jupiter</groupId>
4136
<artifactId>junit-jupiter-engine</artifactId>
4237
<scope>test</scope>
4338
</dependency>
4439
</dependencies>
45-
</project>
40+
</project>

command/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>command</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>

commander/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
</parent>
88
<artifactId>commander</artifactId>
99
<dependencies>
10-
<dependency>
11-
<groupId>org.junit.jupiter</groupId>
12-
<artifactId>junit-jupiter-api</artifactId>
13-
<scope>test</scope>
14-
</dependency>
1510
<dependency>
1611
<groupId>org.junit.jupiter</groupId>
1712
<artifactId>junit-jupiter-engine</artifactId>
@@ -23,4 +18,4 @@
2318
<version>1.2.17</version>
2419
</dependency>
2520
</dependencies>
26-
</project>
21+
</project>

composite/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<artifactId>composite</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>

converter/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
</parent>
3434
<modelVersion>4.0.0</modelVersion>
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>

cqrs/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
</parent>
2626
<artifactId>cqrs</artifactId>
2727
<dependencies>
28-
<dependency>
29-
<groupId>org.junit.jupiter</groupId>
30-
<artifactId>junit-jupiter-api</artifactId>
31-
<scope>test</scope>
32-
</dependency>
3328
<dependency>
3429
<groupId>org.junit.jupiter</groupId>
3530
<artifactId>junit-jupiter-engine</artifactId>

dao/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
<artifactId>dao</artifactId>
3636

3737
<dependencies>
38-
<dependency>
39-
<groupId>org.junit.jupiter</groupId>
40-
<artifactId>junit-jupiter-api</artifactId>
41-
<scope>test</scope>
42-
</dependency>
4338
<dependency>
4439
<groupId>org.junit.jupiter</groupId>
4540
<artifactId>junit-jupiter-engine</artifactId>

data-bus/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
</parent>
3838
<artifactId>data-bus</artifactId>
3939
<dependencies>
40-
<dependency>
41-
<groupId>org.junit.jupiter</groupId>
42-
<artifactId>junit-jupiter-api</artifactId>
43-
<scope>test</scope>
44-
</dependency>
4540
<dependency>
4641
<groupId>org.junit.jupiter</groupId>
4742
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)