Skip to content

Commit cf1e39b

Browse files
committed
Add explicit JUnit4 dep due to jackson-base refactoring
1 parent 43c791f commit cf1e39b

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
@@ -51,6 +51,13 @@
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-databind</artifactId>
5353
</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>
5461
</dependencies>
5562

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

0 commit comments

Comments
 (0)