Skip to content

Commit

Permalink
Add JUnit4 dependency due to jackson-base refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 21, 2024
1 parent 270a7e1 commit 425ae63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -39,6 +39,13 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

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

<!-- Alas, need to include snapshot reference since otherwise can not find
Expand Down

0 comments on commit 425ae63

Please sign in to comment.