File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
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>
48
+ <!-- supply a newer version than the one supplied by the reactive-streams 1.0.4 -->
49
+ <testng .version>7.8.0</testng .version>
49
50
<jarchivelib .version>1.2.0</jarchivelib .version>
50
51
<bouncycastle-jdk15on .version>1.70</bouncycastle-jdk15on .version>
51
52
<logback-classic .version>1.2.12</logback-classic .version>
153
154
<scope >test</scope >
154
155
</dependency >
155
156
<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 >
157
+ <groupId >org.testng</groupId >
158
+ <artifactId >testng</artifactId >
159
+ <version >${testng.version} </version >
166
160
<scope >test</scope >
167
161
</dependency >
168
162
<dependency >
You can’t perform that action at this time.
0 commit comments