File tree Expand file tree Collapse file tree 15 files changed +134
-14
lines changed
maven-surefire-report-plugin Expand file tree Collapse file tree 15 files changed +134
-14
lines changed Original file line number Diff line number Diff line change 107
107
<artifactId >org.eclipse.sisu.plexus</artifactId >
108
108
<scope >provided</scope >
109
109
</dependency >
110
+
111
+ <dependency >
112
+ <groupId >junit</groupId >
113
+ <artifactId >junit</artifactId >
114
+ <scope >test</scope >
115
+ </dependency >
116
+ <dependency >
117
+ <groupId >org.assertj</groupId >
118
+ <artifactId >assertj-core</artifactId >
119
+ <scope >test</scope >
120
+ </dependency >
110
121
<dependency >
111
122
<groupId >org.mockito</groupId >
112
123
<artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change 132
132
<artifactId >jsr305</artifactId >
133
133
<scope >provided</scope >
134
134
</dependency >
135
+
136
+ <dependency >
137
+ <groupId >org.assertj</groupId >
138
+ <artifactId >assertj-core</artifactId >
139
+ <scope >test</scope >
140
+ </dependency >
135
141
<dependency >
136
142
<groupId >org.mockito</groupId >
137
143
<artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change 73
73
<artifactId >maven-plugin-annotations</artifactId >
74
74
<scope >provided</scope >
75
75
</dependency >
76
+ <dependency >
77
+ <groupId >junit</groupId >
78
+ <artifactId >junit</artifactId >
79
+ <scope >test</scope >
80
+ </dependency >
81
+ <dependency >
82
+ <groupId >org.assertj</groupId >
83
+ <artifactId >assertj-core</artifactId >
84
+ <scope >test</scope >
85
+ </dependency >
76
86
</dependencies >
77
87
78
88
<build >
Original file line number Diff line number Diff line change 135
135
<artifactId >jansi</artifactId >
136
136
<scope >provided</scope >
137
137
</dependency >
138
+ <dependency >
139
+ <groupId >junit</groupId >
140
+ <artifactId >junit</artifactId >
141
+ <scope >test</scope >
142
+ </dependency >
143
+ <dependency >
144
+ <groupId >org.assertj</groupId >
145
+ <artifactId >assertj-core</artifactId >
146
+ <scope >test</scope >
147
+ </dependency >
138
148
<dependency >
139
149
<groupId >commons-io</groupId >
140
150
<artifactId >commons-io</artifactId >
Original file line number Diff line number Diff line change 298
298
</dependency >
299
299
</dependencies >
300
300
</dependencyManagement >
301
- <dependencies >
302
- <dependency >
303
- <groupId >junit</groupId >
304
- <artifactId >junit</artifactId >
305
- <scope >test</scope >
306
- </dependency >
307
- <dependency >
308
- <groupId >org.assertj</groupId >
309
- <artifactId >assertj-core</artifactId >
310
- <scope >test</scope >
311
- </dependency >
312
- </dependencies >
313
301
314
302
<build >
315
303
<pluginManagement >
Original file line number Diff line number Diff line change 46
46
<artifactId >jsr305</artifactId >
47
47
<scope >provided</scope >
48
48
</dependency >
49
+
50
+ <dependency >
51
+ <groupId >junit</groupId >
52
+ <artifactId >junit</artifactId >
53
+ <scope >test</scope >
54
+ </dependency >
55
+ <dependency >
56
+ <groupId >org.assertj</groupId >
57
+ <artifactId >assertj-core</artifactId >
58
+ <scope >test</scope >
59
+ </dependency >
49
60
<dependency >
50
61
<groupId >org.mockito</groupId >
51
62
<artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change 56
56
<artifactId >jsr305</artifactId >
57
57
<scope >provided</scope >
58
58
</dependency >
59
+ <dependency >
60
+ <groupId >junit</groupId >
61
+ <artifactId >junit</artifactId >
62
+ <scope >test</scope >
63
+ </dependency >
64
+ <dependency >
65
+ <groupId >org.assertj</groupId >
66
+ <artifactId >assertj-core</artifactId >
67
+ <scope >test</scope >
68
+ </dependency >
59
69
<dependency >
60
70
<groupId >org.mockito</groupId >
61
71
<artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change 51
51
<groupId >org.apache.maven.surefire</groupId >
52
52
<artifactId >surefire-shared-utils</artifactId >
53
53
</dependency >
54
+ <dependency >
55
+ <groupId >junit</groupId >
56
+ <artifactId >junit</artifactId >
57
+ <scope >test</scope >
58
+ </dependency >
59
+ <dependency >
60
+ <groupId >org.assertj</groupId >
61
+ <artifactId >assertj-core</artifactId >
62
+ <scope >test</scope >
63
+ </dependency >
54
64
<dependency >
55
65
<groupId >org.mockito</groupId >
56
66
<artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change 31
31
<name >Maven Surefire Test-Grouping Support</name >
32
32
<description >Maven Surefire Test-Grouping Support</description >
33
33
34
+ <dependencies >
35
+ <dependency >
36
+ <groupId >junit</groupId >
37
+ <artifactId >junit</artifactId >
38
+ <scope >test</scope >
39
+ </dependency >
40
+ </dependencies >
41
+
34
42
<build >
35
43
<plugins >
36
44
<plugin >
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >org.apache.maven.surefire</groupId >
43
43
<artifactId >surefire-report-parser</artifactId >
44
- <version >3.5.0 </version >
44
+ <version >${project.version} </version >
45
45
<scope >test</scope >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >org.apache.maven.surefire</groupId >
49
49
<artifactId >surefire-logger-api</artifactId >
50
- <version >3.5.0 </version >
50
+ <version >${project.version} </version >
51
51
<scope >test</scope >
52
52
</dependency >
53
53
<dependency >
95
95
<artifactId >plexus-utils</artifactId >
96
96
<scope >test</scope >
97
97
</dependency >
98
+ <dependency >
99
+ <groupId >junit</groupId >
100
+ <artifactId >junit</artifactId >
101
+ <scope >test</scope >
102
+ </dependency >
103
+ <dependency >
104
+ <groupId >org.assertj</groupId >
105
+ <artifactId >assertj-core</artifactId >
106
+ <scope >test</scope >
107
+ </dependency >
98
108
</dependencies >
99
109
100
110
<build >
Original file line number Diff line number Diff line change 48
48
</properties >
49
49
50
50
<dependencies >
51
+ <dependency >
52
+ <groupId >junit</groupId >
53
+ <artifactId >junit</artifactId >
54
+ <scope >test</scope >
55
+ </dependency >
56
+ <dependency >
57
+ <groupId >org.assertj</groupId >
58
+ <artifactId >assertj-core</artifactId >
59
+ <scope >test</scope >
60
+ </dependency >
51
61
<dependency >
52
62
<groupId >org.mockito</groupId >
53
63
<artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change 36
36
<groupId >org.apache.maven.surefire</groupId >
37
37
<artifactId >surefire-shared-utils</artifactId >
38
38
</dependency >
39
+
40
+ <dependency >
41
+ <groupId >junit</groupId >
42
+ <artifactId >junit</artifactId >
43
+ <scope >test</scope >
44
+ </dependency >
45
+ <dependency >
46
+ <groupId >org.assertj</groupId >
47
+ <artifactId >assertj-core</artifactId >
48
+ <scope >test</scope >
49
+ </dependency >
39
50
</dependencies >
40
51
41
52
<build >
Original file line number Diff line number Diff line change 109
109
<artifactId >junit-jupiter-params</artifactId >
110
110
<scope >test</scope >
111
111
</dependency >
112
+ <dependency >
113
+ <groupId >junit</groupId >
114
+ <artifactId >junit</artifactId >
115
+ <scope >test</scope >
116
+ </dependency >
117
+ <dependency >
118
+ <groupId >org.assertj</groupId >
119
+ <artifactId >assertj-core</artifactId >
120
+ </dependency >
112
121
<dependency >
113
122
<groupId >org.mockito</groupId >
114
123
<artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change 38
38
<version >3.8.2</version >
39
39
<scope >provided</scope >
40
40
</dependency >
41
+ <dependency >
42
+ <groupId >org.assertj</groupId >
43
+ <artifactId >assertj-core</artifactId >
44
+ <scope >test</scope >
45
+ </dependency >
41
46
<dependency >
42
47
<groupId >org.apache.maven.surefire</groupId >
43
48
<artifactId >surefire-shared-utils</artifactId >
Original file line number Diff line number Diff line change 41
41
<groupId >org.apache.maven.shared</groupId >
42
42
<artifactId >maven-shared-utils</artifactId >
43
43
</dependency >
44
+
45
+ <dependency >
46
+ <groupId >junit</groupId >
47
+ <artifactId >junit</artifactId >
48
+ <scope >test</scope >
49
+ </dependency >
50
+ <dependency >
51
+ <groupId >org.assertj</groupId >
52
+ <artifactId >assertj-core</artifactId >
53
+ <scope >test</scope >
54
+ </dependency >
44
55
</dependencies >
45
56
<build >
46
57
<plugins >
You can’t perform that action at this time.
0 commit comments