Skip to content

Commit

Permalink
Add explicit 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 e71dfe4 commit 16ddd70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
<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 16ddd70

Please sign in to comment.