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 43c791f commit cf1e39bCopy full SHA for cf1e39b
pom.xml
@@ -51,6 +51,13 @@
51
<groupId>com.fasterxml.jackson.core</groupId>
52
<artifactId>jackson-databind</artifactId>
53
</dependency>
54
+
55
+ <!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
56
+ <dependency>
57
+ <groupId>junit</groupId>
58
+ <artifactId>junit</artifactId>
59
+ <scope>test</scope>
60
+ </dependency>
61
</dependencies>
62
63
<!-- Alas, need to include snapshot reference since otherwise can not find
0 commit comments