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 >
152
148
</configuration >
153
149
</execution >
154
150
</executions >
151
+ <dependencies >
152
+ <dependency >
153
+ <groupId >org.apache.maven.surefire</groupId >
154
+ <artifactId >surefire-junit-platform</artifactId >
155
+ <version >${surefire.and.failsafe.version} </version >
156
+ </dependency >
157
+ <dependency >
158
+ <groupId >org.apache.maven.surefire</groupId >
159
+ <artifactId >surefire-testng</artifactId >
160
+ <version >${surefire.and.failsafe.version} </version >
161
+ </dependency >
162
+ </dependencies >
155
163
</plugin >
156
164
<plugin >
157
165
<groupId >org.apache.maven.plugins</groupId >
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