Skip to content

Commit c388d22

Browse files
committed
Migrated to Junit5 using vintage-engine
1 parent 08253ea commit c388d22

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@
150150
<artifactId>junit-jupiter-engine</artifactId>
151151
<scope>test</scope>
152152
</dependency>
153+
<dependency>
154+
<groupId>org.junit.vintage</groupId>
155+
<artifactId>junit-vintage-engine</artifactId>
156+
</dependency>
157+
153158
<dependency>
154159
<groupId>com.soebes.itf.jupiter.extension</groupId>
155160
<artifactId>itf-jupiter-extension</artifactId>
@@ -163,13 +168,6 @@
163168
<scope>test</scope>
164169
</dependency>
165170

166-
<dependency>
167-
<groupId>junit</groupId>
168-
<artifactId>junit</artifactId>
169-
<version>4.13.2</version>
170-
<scope>test</scope>
171-
</dependency>
172-
173171
<dependency>
174172
<groupId>commons-io</groupId>
175173
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)