Skip to content

Commit 16ddd70

Browse files
committed
Add explicit JUnit4 dependency due to jackson-base refactoring
1 parent e71dfe4 commit 16ddd70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
5757
<artifactId>jackson-databind</artifactId>
5858
</dependency>
5959

60+
<!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
61+
<dependency>
62+
<groupId>junit</groupId>
63+
<artifactId>junit</artifactId>
64+
<scope>test</scope>
65+
</dependency>
6066
</dependencies>
6167

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

0 commit comments

Comments
 (0)