Skip to content

Commit 1417c09

Browse files
committed
Manual merge of pom.xml changes from 2.18
1 parent fe9bd18 commit 1417c09

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
@@ -43,6 +43,13 @@
4343
<groupId>tools.jackson.core</groupId>
4444
<artifactId>jackson-databind</artifactId>
4545
</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>
4653
</dependencies>
4754

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

0 commit comments

Comments
 (0)