File tree Expand file tree Collapse file tree 2 files changed +12
-18
lines changed Expand file tree Collapse file tree 2 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 79
79
<groupId >org.junit.jupiter</groupId >
80
80
<artifactId >junit-jupiter</artifactId >
81
81
</dependency >
82
- <dependency >
83
- <groupId >org.junit.support</groupId >
84
- <artifactId >testng-engine</artifactId >
85
- </dependency >
86
82
<dependency >
87
83
<groupId >org.rauschig</groupId >
88
84
<artifactId >jarchivelib</artifactId >
263
259
<plugin >
264
260
<groupId >org.apache.maven.plugins</groupId >
265
261
<artifactId >maven-failsafe-plugin</artifactId >
262
+ <dependencies >
263
+ <dependency >
264
+ <groupId >org.apache.maven.surefire</groupId >
265
+ <artifactId >surefire-junit-platform</artifactId >
266
+ <version >${surefire.and.failsafe.version} </version >
267
+ </dependency >
268
+ <dependency >
269
+ <groupId >org.apache.maven.surefire</groupId >
270
+ <artifactId >surefire-testng</artifactId >
271
+ <version >${surefire.and.failsafe.version} </version >
272
+ </dependency >
273
+ </dependencies >
266
274
</plugin >
267
275
</plugins >
268
276
</build >
Original file line number Diff line number Diff line change 45
45
<hamcrest .version>2.2</hamcrest .version>
46
46
<mockito-core .version>5.4.0</mockito-core .version>
47
47
<junit .version>5.10.0</junit .version>
48
- <testng-engine .version>1.0.4</testng-engine .version>
49
48
<jarchivelib .version>1.2.0</jarchivelib .version>
50
49
<bouncycastle-jdk15on .version>1.70</bouncycastle-jdk15on .version>
51
50
<logback-classic .version>1.2.12</logback-classic .version>
152
151
<version >${junit.version} </version >
153
152
<scope >test</scope >
154
153
</dependency >
155
- <dependency >
156
- <groupId >org.junit.support</groupId >
157
- <artifactId >testng-engine</artifactId >
158
- <version >${testng-engine.version} </version >
159
- <exclusions >
160
- <exclusion >
161
- <!-- Use the version supplied by the org.junit.jupiter:junit-jupiter -->
162
- <groupId >org.junit.platform</groupId >
163
- <artifactId >junit-platform-engine</artifactId >
164
- </exclusion >
165
- </exclusions >
166
- <scope >test</scope >
167
- </dependency >
168
154
<dependency >
169
155
<groupId >org.rauschig</groupId >
170
156
<artifactId >jarchivelib</artifactId >
You can’t perform that action at this time.
0 commit comments