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.
2 parents 6a33f5a + 0f97725 commit 65af55aCopy full SHA for 65af55a
pom.xml
@@ -166,11 +166,10 @@
166
167
<dependencies>
168
169
- <!-- Need to use JUnit 4 since the classpath resource loader isn't working correctly for Junit 5 :-( -->
170
<dependency>
171
- <groupId>junit</groupId>
172
- <artifactId>junit</artifactId>
173
- <version>4.13.2</version>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <version>5.8.1</version>
174
<scope>test</scope>
175
</dependency>
176
@@ -188,7 +187,6 @@
188
187
<optional>true</optional>
189
190
191
-
192
</dependencies>
193
194
<build>
0 commit comments