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 625bdae commit b412bb3Copy full SHA for b412bb3
pom.xml
@@ -86,13 +86,8 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
86
</exclusions>
87
</dependency>
88
89
- <!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
90
- <dependency>
91
- <groupId>junit</groupId>
92
- <artifactId>junit</artifactId>
93
- <scope>test</scope>
94
- </dependency>
95
-
+ <!-- Test dependencies -->
+
96
<!-- 11-Jan-2025, joohyukkim: For JSTEP-10, migrate to JUnit5 -->
97
<dependency>
98
<groupId>org.junit.jupiter</groupId>
0 commit comments