Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eca0e35

Browse filesBrowse files
authored
Merge pull request eugenp#1 from chaos2418/JAVA-1672
Java 1672
2 parents f84ba03 + 2d415ae commit eca0e35
Copy full SHA for eca0e35

File tree

Expand file treeCollapse file tree

23 files changed

+12
-156
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

23 files changed

+12
-156
lines changed
Open diff view settings
Collapse file

‎algorithms-miscellaneous-5/pom.xml‎

Copy file name to clipboardExpand all lines: algorithms-miscellaneous-5/pom.xml
-5Lines 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>
Collapse file

‎algorithms-miscellaneous-6/pom.xml‎

Copy file name to clipboardExpand all lines: algorithms-miscellaneous-6/pom.xml
-5Lines 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>
Collapse file

‎algorithms-sorting-2/pom.xml‎

Copy file name to clipboardExpand all lines: algorithms-sorting-2/pom.xml
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
<version>${lombok.version}</version>
3030
<scope>provided</scope>
3131
</dependency>
32-
<dependency>
33-
<groupId>org.junit.jupiter</groupId>
34-
<artifactId>junit-jupiter-api</artifactId>
35-
<version>${junit-jupiter.version}</version>
36-
<scope>test</scope>
37-
</dependency>
3832
<dependency>
3933
<groupId>org.assertj</groupId>
4034
<artifactId>assertj-core</artifactId>
Collapse file

‎algorithms-sorting/pom.xml‎

Copy file name to clipboardExpand all lines: algorithms-sorting/pom.xml
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
<version>${lombok.version}</version>
3131
<scope>provided</scope>
3232
</dependency>
33-
<dependency>
34-
<groupId>org.junit.jupiter</groupId>
35-
<artifactId>junit-jupiter-api</artifactId>
36-
<version>${junit-jupiter.version}</version>
37-
<scope>test</scope>
38-
</dependency>
3933
<dependency>
4034
<groupId>org.assertj</groupId>
4135
<artifactId>assertj-core</artifactId>
Collapse file

‎atomikos/pom.xml‎

Copy file name to clipboardExpand all lines: atomikos/pom.xml
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@
7171
<artifactId>derby</artifactId>
7272
<version>${derby.version}</version>
7373
</dependency>
74-
<dependency>
75-
<groupId>org.junit.vintage</groupId>
76-
<artifactId>junit-vintage-engine</artifactId>
77-
<version>${junit-jupiter.version}</version>
78-
<scope>test</scope>
79-
</dependency>
8074
<!-- the JTA API -->
8175
<dependency>
8276
<groupId>javax.transaction</groupId>
Collapse file

‎google-web-toolkit/pom.xml‎

Copy file name to clipboardExpand all lines: google-web-toolkit/pom.xml
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
<artifactId>gwt-dev</artifactId>
4545
<scope>provided</scope>
4646
</dependency>
47-
<dependency>
48-
<groupId>org.junit.vintage</groupId>
49-
<artifactId>junit-vintage-engine</artifactId>
50-
<version>${junit-jupiter.version}</version>
51-
<scope>test</scope>
52-
</dependency>
5347
</dependencies>
5448

5549
<build>
Collapse file

‎grpc/pom.xml‎

Copy file name to clipboardExpand all lines: grpc/pom.xml
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
<version>${io.grpc.version}</version>
3838
<scope>test</scope>
3939
</dependency>
40-
<dependency>
41-
<groupId>org.junit.vintage</groupId>
42-
<artifactId>junit-vintage-engine</artifactId>
43-
<version>${junit-jupiter.version}</version>
44-
<scope>test</scope>
45-
</dependency>
4640
<dependency>
4741
<groupId>javax.annotation</groupId>
4842
<artifactId>javax.annotation-api</artifactId>
Collapse file

‎json-2/pom.xml‎

Copy file name to clipboardExpand all lines: json-2/pom.xml
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
<artifactId>jsoniter</artifactId>
2525
<version>${jsoniter.version}</version>
2626
</dependency>
27-
<dependency>
28-
<groupId>org.junit.vintage</groupId>
29-
<artifactId>junit-vintage-engine</artifactId>
30-
<version>${junit-jupiter.version}</version>
31-
<scope>test</scope>
32-
</dependency>
3327
<dependency>
3428
<groupId>org.assertj</groupId>
3529
<artifactId>assertj-core</artifactId>
Collapse file

‎junit5/pom.xml‎

Copy file name to clipboardExpand all lines: junit5/pom.xml
+1-16Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<name>junit5</name>
99

1010
<parent>
11-
<artifactId>parent-modules</artifactId>
1211
<groupId>com.baeldung</groupId>
12+
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
1414
</parent>
1515

@@ -18,19 +18,4 @@
1818
<maven.compiler.target>8</maven.compiler.target>
1919
</properties>
2020

21-
<dependencies>
22-
<dependency>
23-
<groupId>org.junit.jupiter</groupId>
24-
<artifactId>junit-jupiter-api</artifactId>
25-
<version>5.8.1</version>
26-
<scope>test</scope>
27-
</dependency>
28-
<dependency>
29-
<groupId>org.junit.jupiter</groupId>
30-
<artifactId>junit-jupiter-engine</artifactId>
31-
<version>5.8.1</version>
32-
<scope>test</scope>
33-
</dependency>
34-
</dependencies>
35-
3621
</project>
Collapse file

‎libraries-data/pom.xml‎

Copy file name to clipboardExpand all lines: libraries-data/pom.xml
+10-6Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
</parent>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.junit.vintage</groupId>
19-
<artifactId>junit-vintage-engine</artifactId>
20-
<version>${junit-jupiter.version}</version>
21-
<scope>test</scope>
22-
</dependency>
2317
<dependency>
2418
<groupId>org.apache.kafka</groupId>
2519
<artifactId>kafka-streams</artifactId>
@@ -92,6 +86,10 @@
9286
<groupId>commons-codec</groupId>
9387
<artifactId>commons-codec</artifactId>
9488
</exclusion>
89+
<exclusion>
90+
<groupId>junit</groupId>
91+
<artifactId>junit</artifactId>
92+
</exclusion>
9593
</exclusions>
9694
</dependency>
9795
<dependency>
@@ -104,6 +102,12 @@
104102
<artifactId>flink-test-utils_2.11</artifactId>
105103
<version>${flink.version}</version>
106104
<scope>test</scope>
105+
<exclusions>
106+
<exclusion>
107+
<groupId>junit</groupId>
108+
<artifactId>junit</artifactId>
109+
</exclusion>
110+
</exclusions>
107111
</dependency>
108112
<dependency>
109113
<groupId>org.slf4j</groupId>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.