Skip to content

Commit 529eb4e

Browse files
committed
Merge branch '2.19' of github.com:FasterXML/jackson-dataformats-binary into 2.19
2 parents 146befd + d0c292f commit 529eb4e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

avro/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ abstractions.
6363
<artifactId>assertj-core</artifactId>
6464
<scope>test</scope>
6565
</dependency>
66+
67+
<!-- 14-Jan-2025, joohyukkim: [JSTEP-10] Most tests have been migrated to
68+
JUnit5, but except `avro` modules `/interop` tests
69+
-->
70+
<dependency>
71+
<groupId>junit</groupId>
72+
<artifactId>junit</artifactId>
73+
<scope>test</scope>
74+
</dependency>
6675
</dependencies>
6776

6877
<build>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
<artifactId>jackson-core</artifactId>
6363
</dependency>
6464

65-
<!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
66-
<dependency>
67-
<groupId>junit</groupId>
68-
<artifactId>junit</artifactId>
69-
<scope>test</scope>
70-
</dependency>
7165
<!-- 11-Jan-2025, joohyukkim: For JSTEP-10, migrate to JUnit5 -->
7266
<dependency>
7367
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)