Skip to content

Commit

Permalink
Fix pom.xml wrt junit4
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 22, 2024
1 parent e82de15 commit c87d5da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@
</repository>
</repositories>

<dependencies>
<!-- 20-Apr-2024, tatu: JUnit4 no longer from jackson-base, so: -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>

Expand Down

0 comments on commit c87d5da

Please sign in to comment.