Skip to content

Commit

Permalink
Revert "Remove JUnit 4"
Browse files Browse the repository at this point in the history
This reverts commit a3d2e78.
  • Loading branch information
JooHyukKim committed Jan 13, 2025
1 parent a3d2e78 commit 10ecaea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
<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 10ecaea

Please sign in to comment.