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 458bf0f commit 76922bbCopy full SHA for 76922bb
pom.xml
@@ -61,6 +61,13 @@
61
<groupId>com.fasterxml.jackson.core</groupId>
62
<artifactId>jackson-core</artifactId>
63
</dependency>
64
+
65
+ <!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
66
+ <dependency>
67
+ <groupId>junit</groupId>
68
+ <artifactId>junit</artifactId>
69
+ <scope>test</scope>
70
+ </dependency>
71
</dependencies>
72
73
<!-- Alas, need to include snapshot reference since otherwise can not find
0 commit comments