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 fe9bd18 commit 1417c09Copy full SHA for 1417c09
pom.xml
@@ -43,6 +43,13 @@
43
<groupId>tools.jackson.core</groupId>
44
<artifactId>jackson-databind</artifactId>
45
</dependency>
46
+
47
+ <!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
48
+ <dependency>
49
+ <groupId>junit</groupId>
50
+ <artifactId>junit</artifactId>
51
+ <scope>test</scope>
52
+ </dependency>
53
</dependencies>
54
55
<!-- Alas, need to include snapshot reference since otherwise can not find
0 commit comments