Skip to content

Commit b412bb3

Browse files
committed
...
1 parent 625bdae commit b412bb3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,8 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
8686
</exclusions>
8787
</dependency>
8888

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-
89+
<!-- Test dependencies -->
90+
9691
<!-- 11-Jan-2025, joohyukkim: For JSTEP-10, migrate to JUnit5 -->
9792
<dependency>
9893
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)