Skip to content

Commit 10db176

Browse files
authored
fix(tests): make old JUnit 4 tests run again (#133)
1 parent f1cd409 commit 10db176

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
<artifactId>junit-jupiter-engine</artifactId>
112112
<scope>test</scope>
113113
</dependency>
114+
115+
<dependency>
116+
<groupId>org.junit.vintage</groupId>
117+
<artifactId>junit-vintage-engine</artifactId>
118+
<scope>test</scope>
119+
</dependency>
114120
</dependencies>
115121

116122
<build>

0 commit comments

Comments
 (0)