Skip to content

Commit d9d4e95

Browse files
committed
Remove JUnit4 dep from 3.0
1 parent 2bab575 commit d9d4e95

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,8 @@
5454
<artifactId>jackson-core</artifactId>
5555
</dependency>
5656

57-
<!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
58-
<dependency>
59-
<groupId>junit</groupId>
60-
<artifactId>junit</artifactId>
61-
<scope>test</scope>
62-
</dependency>
57+
<!-- 12-Jan-2025, tatu: JUnit4 no longer needed (as per JSTEP-10): -->
58+
6359
<!-- 11-Jan-2025, joohyukkim: JSTEP-10, part 1, migrate to JUnit5 -->
6460
<dependency>
6561
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)