Skip to content

Commit 76922bb

Browse files
committed
Add explicit JUnit4 dependency due to jackson-base refactoring
1 parent 458bf0f commit 76922bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@
6161
<groupId>com.fasterxml.jackson.core</groupId>
6262
<artifactId>jackson-core</artifactId>
6363
</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>
6471
</dependencies>
6572

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

0 commit comments

Comments
 (0)