File tree 18 files changed +11
-133
lines changed
persistence-modules/java-jpa-3
18 files changed +11
-133
lines changed Original file line number Diff line number Diff line change 29
29
<version >${lombok.version} </version >
30
30
<scope >provided</scope >
31
31
</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 >
38
32
<dependency >
39
33
<groupId >org.assertj</groupId >
40
34
<artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 30
30
<version >${lombok.version} </version >
31
31
<scope >provided</scope >
32
32
</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 >
39
33
<dependency >
40
34
<groupId >org.assertj</groupId >
41
35
<artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 71
71
<artifactId >derby</artifactId >
72
72
<version >${derby.version} </version >
73
73
</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 >
80
74
<!-- the JTA API -->
81
75
<dependency >
82
76
<groupId >javax.transaction</groupId >
Original file line number Diff line number Diff line change 44
44
<artifactId >gwt-dev</artifactId >
45
45
<scope >provided</scope >
46
46
</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 >
53
47
</dependencies >
54
48
55
49
<build >
Original file line number Diff line number Diff line change 37
37
<version >${io.grpc.version} </version >
38
38
<scope >test</scope >
39
39
</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 >
46
40
<dependency >
47
41
<groupId >javax.annotation</groupId >
48
42
<artifactId >javax.annotation-api</artifactId >
Original file line number Diff line number Diff line change 24
24
<artifactId >jsoniter</artifactId >
25
25
<version >${jsoniter.version} </version >
26
26
</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 >
33
27
<dependency >
34
28
<groupId >org.assertj</groupId >
35
29
<artifactId >assertj-core</artifactId >
Original file line number Diff line number Diff line change 8
8
<name >junit5</name >
9
9
10
10
<parent >
11
- <artifactId >parent-modules</artifactId >
12
11
<groupId >com.baeldung</groupId >
12
+ <artifactId >parent-modules</artifactId >
13
13
<version >1.0.0-SNAPSHOT</version >
14
14
</parent >
15
15
18
18
<maven .compiler.target>8</maven .compiler.target>
19
19
</properties >
20
20
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
-
36
21
</project >
Original file line number Diff line number Diff line change 14
14
</parent >
15
15
16
16
<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 >
23
17
<dependency >
24
18
<groupId >org.apache.kafka</groupId >
25
19
<artifactId >kafka-streams</artifactId >
92
86
<groupId >commons-codec</groupId >
93
87
<artifactId >commons-codec</artifactId >
94
88
</exclusion >
89
+ <exclusion >
90
+ <groupId >junit</groupId >
91
+ <artifactId >junit</artifactId >
92
+ </exclusion >
95
93
</exclusions >
96
94
</dependency >
97
95
<dependency >
104
102
<artifactId >flink-test-utils_2.11</artifactId >
105
103
<version >${flink.version} </version >
106
104
<scope >test</scope >
105
+ <exclusions >
106
+ <exclusion >
107
+ <groupId >junit</groupId >
108
+ <artifactId >junit</artifactId >
109
+ </exclusion >
110
+ </exclusions >
107
111
</dependency >
108
112
<dependency >
109
113
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 61
61
<artifactId >netty-all</artifactId >
62
62
<version >${netty.version} </version >
63
63
</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 >
70
64
<!-- tomcat -->
71
65
<dependency >
72
66
<groupId >org.apache.tomcat</groupId >
Original file line number Diff line number Diff line change 146
146
<artifactId >jmh-core</artifactId >
147
147
<version >${jmh-core.version} </version >
148
148
</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 >
155
149
<dependency >
156
150
<groupId >info.debatty</groupId >
157
151
<artifactId >java-lsh</artifactId >
Original file line number Diff line number Diff line change 26
26
<artifactId >jersey-hk2</artifactId >
27
27
<version >${jersey.version} </version >
28
28
</dependency >
29
- <dependency >
30
- <groupId >org.junit.vintage</groupId >
31
- <artifactId >junit-vintage-engine</artifactId >
32
- <version >${junit-jupiter.version} </version >
33
- <scope >test</scope >
34
- </dependency >
35
29
</dependencies >
36
30
37
31
<build >
Original file line number Diff line number Diff line change 14
14
<relativePath >../..</relativePath >
15
15
</parent >
16
16
17
- <dependencies >
18
- <dependency >
19
- <groupId >org.junit.vintage</groupId >
20
- <artifactId >junit-vintage-engine</artifactId >
21
- <version >${junit-jupiter.version} </version >
22
- <scope >test</scope >
23
- </dependency >
24
- </dependencies >
25
-
26
17
<build >
27
18
<plugins >
28
19
<plugin >
Original file line number Diff line number Diff line change 64
64
<version >${logback.version} </version >
65
65
<scope >runtime</scope >
66
66
</dependency >
67
- <dependency >
68
- <groupId >org.junit.vintage</groupId >
69
- <artifactId >junit-vintage-engine</artifactId >
70
- <version >${junit-jupiter.version} </version >
71
- <scope >test</scope >
72
- </dependency >
73
67
<dependency >
74
68
<groupId >io.projectreactor</groupId >
75
69
<artifactId >reactor-core</artifactId >
Original file line number Diff line number Diff line change 68
68
<version >${assertj.version} </version >
69
69
<scope >test</scope >
70
70
</dependency >
71
- <dependency >
72
- <groupId >org.junit.vintage</groupId >
73
- <artifactId >junit-vintage-engine</artifactId >
74
- <version >${junit-jupiter.version} </version >
75
- <scope >test</scope >
76
- </dependency >
77
71
<dependency >
78
72
<groupId >org.testcontainers</groupId >
79
73
<artifactId >postgresql</artifactId >
Original file line number Diff line number Diff line change 113
113
</exclusion >
114
114
</exclusions >
115
115
</dependency >
116
- <dependency >
117
- <groupId >org.junit.vintage</groupId >
118
- <artifactId >junit-vintage-engine</artifactId >
119
- <version >${junit-jupiter.version} </version >
120
- <scope >test</scope >
121
- </dependency >
122
116
</dependencies >
123
117
124
118
<build >
Original file line number Diff line number Diff line change 80
80
<artifactId >arquillian-junit-container</artifactId >
81
81
<scope >test</scope >
82
82
</dependency >
83
- <dependency >
84
- <groupId >org.junit.vintage</groupId >
85
- <artifactId >junit-vintage-engine</artifactId >
86
- <version >${junit-jupiter.version} </version >
87
- <scope >test</scope >
88
- </dependency >
89
83
<!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
90
84
<dependency >
91
85
<groupId >joda-time</groupId >
Original file line number Diff line number Diff line change 21
21
<artifactId >tensorflow</artifactId >
22
22
<version >${tensorflow.version} </version >
23
23
</dependency >
24
- <dependency >
25
- <groupId >org.junit.jupiter</groupId >
26
- <artifactId >junit-jupiter-api</artifactId >
27
- <version >${junit-jupiter.version} </version >
28
- <scope >test</scope >
29
- </dependency >
30
- <dependency >
31
- <groupId >org.junit.jupiter</groupId >
32
- <artifactId >junit-jupiter-engine</artifactId >
33
- <version >${junit-jupiter.version} </version >
34
- <scope >test</scope >
35
- </dependency >
36
24
</dependencies >
37
25
38
26
<build >
Original file line number Diff line number Diff line change 107
107
<artifactId >commons-lang</artifactId >
108
108
<version >${commons-lang.version} </version >
109
109
</dependency >
110
- <dependency >
111
- <groupId >org.junit.jupiter</groupId >
112
- <artifactId >junit-jupiter</artifactId >
113
- <version >${junit-jupiter.version} </version >
114
- <scope >test</scope >
115
- </dependency >
116
- <dependency >
117
- <groupId >org.junit.vintage</groupId >
118
- <artifactId >junit-vintage-engine</artifactId >
119
- <version >${junit-jupiter.version} </version >
120
- <scope >test</scope >
121
- </dependency >
122
110
<dependency >
123
111
<groupId >org.assertj</groupId >
124
112
<artifactId >assertj-core</artifactId >
You can’t perform that action at this time.
0 commit comments