Skip to content

Commit

Permalink
Remove JUnit4 dep from 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 12, 2025
1 parent 2bab575 commit d9d4e95
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@
<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>
<!-- 12-Jan-2025, tatu: JUnit4 no longer needed (as per JSTEP-10): -->

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

0 comments on commit d9d4e95

Please sign in to comment.