Skip to content

Commit

Permalink
Remove JUnit 4 (#530)
Browse files Browse the repository at this point in the history
Co-authored-by: Tatu Saloranta <[email protected]>
  • Loading branch information
JooHyukKim and cowtowncoder authored Jan 14, 2025
1 parent b0a718f commit 9b6e37c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>

<!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<!-- 11-Jan-2025, joohyukkim: JSTEP-10, part 1, migrate to JUnit5 -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 9b6e37c

Please sign in to comment.