We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08253ea commit c388d22Copy full SHA for c388d22
pom.xml
@@ -150,6 +150,11 @@
150
<artifactId>junit-jupiter-engine</artifactId>
151
<scope>test</scope>
152
</dependency>
153
+ <dependency>
154
+ <groupId>org.junit.vintage</groupId>
155
+ <artifactId>junit-vintage-engine</artifactId>
156
+ </dependency>
157
+
158
<dependency>
159
<groupId>com.soebes.itf.jupiter.extension</groupId>
160
<artifactId>itf-jupiter-extension</artifactId>
@@ -163,13 +168,6 @@
163
168
164
169
165
170
166
- <dependency>
167
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.13.2</version>
- <scope>test</scope>
171
- </dependency>
172
-
173
174
<groupId>commons-io</groupId>
175
<artifactId>commons-io</artifactId>
0 commit comments