Skip to content

Commit 65af55a

Browse files
Merge pull request #32 from ciarant/main
Switch from JUnit 4 dependency to JUnit 5 Vintage (#23)
2 parents 6a33f5a + 0f97725 commit 65af55a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,10 @@
166166

167167
<dependencies>
168168

169-
<!-- Need to use JUnit 4 since the classpath resource loader isn't working correctly for Junit 5 :-( -->
170169
<dependency>
171-
<groupId>junit</groupId>
172-
<artifactId>junit</artifactId>
173-
<version>4.13.2</version>
170+
<groupId>org.junit.vintage</groupId>
171+
<artifactId>junit-vintage-engine</artifactId>
172+
<version>5.8.1</version>
174173
<scope>test</scope>
175174
</dependency>
176175

@@ -188,7 +187,6 @@
188187
<optional>true</optional>
189188
</dependency>
190189

191-
192190
</dependencies>
193191

194192
<build>

0 commit comments

Comments
 (0)