Skip to content

Commit

Permalink
Merge branch '2.19' of github.com:FasterXML/jackson-dataformats-binar…
Browse files Browse the repository at this point in the history
…y into 2.19
  • Loading branch information
cowtowncoder committed Jan 14, 2025
2 parents 146befd + d0c292f commit 529eb4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 9 additions & 0 deletions avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ abstractions.
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>

<!-- 14-Jan-2025, joohyukkim: [JSTEP-10] Most tests have been migrated to
JUnit5, but except `avro` modules `/interop` tests
-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@
<artifactId>jackson-core</artifactId>
</dependency>

<!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- 11-Jan-2025, joohyukkim: For JSTEP-10, migrate to JUnit5 -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 529eb4e

Please sign in to comment.