Skip to content

Commit

Permalink
Manual merge of base/pom.xml changes of #69
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 21, 2024
1 parent 111f0bd commit 8a01a69
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions base/pom.xml
Expand Up @@ -68,15 +68,6 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
</repository>
</distributionManagement>

<dependencies>
<dependency> <!-- all components use junit for testing -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
<scope>test</scope>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<!-- Test dep versions -->
Expand All @@ -86,6 +77,14 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
<version>${version.assertj}</version>
<scope>test</scope>
</dependency>
<!-- JUnit4 still used for many components (but not core) -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
Expand Down

0 comments on commit 8a01a69

Please sign in to comment.