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 2bab575 commit d9d4e95Copy full SHA for d9d4e95
pom.xml
@@ -54,12 +54,8 @@
54
<artifactId>jackson-core</artifactId>
55
</dependency>
56
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>
+ <!-- 12-Jan-2025, tatu: JUnit4 no longer needed (as per JSTEP-10): -->
+
63
<!-- 11-Jan-2025, joohyukkim: JSTEP-10, part 1, migrate to JUnit5 -->
64
<dependency>
65
<groupId>org.junit.jupiter</groupId>
0 commit comments