Skip to content

Commit

Permalink
Manual merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 19, 2024
1 parent 21c4aa6 commit b552369
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base/pom.xml
Expand Up @@ -86,6 +86,14 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
<version>${version.assertj}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${version.junit5}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit b552369

Please sign in to comment.