We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71dfe4 commit 16ddd70Copy full SHA for 16ddd70
pom.xml
@@ -57,6 +57,12 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
57
<artifactId>jackson-databind</artifactId>
58
</dependency>
59
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>
66
</dependencies>
67
68
<!-- Alas, need to include snapshot reference since otherwise can not find
0 commit comments