Skip to content

Commit b3fa399

Browse files
committed
chore: migrate junit 3 to junit 5
Signed-off-by: Sandra Parsick <sandra@parsick.dev>
1 parent f716211 commit b3fa399

File tree

3 files changed

+591
-626
lines changed

3 files changed

+591
-626
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,6 @@ under the License.
231231
</dependency>
232232

233233
<!-- test -->
234-
<dependency>
235-
<groupId>junit</groupId>
236-
<artifactId>junit</artifactId>
237-
<version>4.13.2</version>
238-
<scope>test</scope>
239-
</dependency>
240234
<dependency>
241235
<groupId>org.apache.maven.plugin-testing</groupId>
242236
<artifactId>maven-plugin-testing-harness</artifactId>
@@ -285,6 +279,11 @@ under the License.
285279
<version>2.20.0</version>
286280
<scope>test</scope>
287281
</dependency>
282+
<dependency>
283+
<groupId>org.junit.jupiter</groupId>
284+
<artifactId>junit-jupiter-api</artifactId>
285+
<scope>test</scope>
286+
</dependency>
288287
<dependency>
289288
<groupId>org.slf4j</groupId>
290289
<artifactId>slf4j-simple</artifactId>

0 commit comments

Comments
 (0)