File tree Expand file tree Collapse file tree
persistence-modules/java-jpa-3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 6161 <artifactId >netty-all</artifactId >
6262 <version >${netty.version} </version >
6363 </dependency >
64- <dependency >
65- <groupId >org.junit.vintage</groupId >
66- <artifactId >junit-vintage-engine</artifactId >
67- <version >${junit-jupiter.version} </version >
68- <scope >test</scope >
69- </dependency >
7064 <!-- tomcat -->
7165 <dependency >
7266 <groupId >org.apache.tomcat</groupId >
Original file line number Diff line number Diff line change 146146 <artifactId >jmh-core</artifactId >
147147 <version >${jmh-core.version} </version >
148148 </dependency >
149- <dependency >
150- <groupId >org.junit.vintage</groupId >
151- <artifactId >junit-vintage-engine</artifactId >
152- <version >${junit-jupiter.version} </version >
153- <scope >test</scope >
154- </dependency >
155149 <dependency >
156150 <groupId >info.debatty</groupId >
157151 <artifactId >java-lsh</artifactId >
You can’t perform that action at this time.
0 commit comments