Skip to content

Commit

Permalink
Manual merge of pom.xml update in 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 21, 2024
1 parent ff477b5 commit d85fff7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -76,6 +76,15 @@ not datatype, data format, or JAX-RS provider modules.
</dependencies>
</dependencyManagement>

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

<!-- Alas, need to include snapshot reference since otherwise can not find
snapshot of parent... -->
<!-- 14-Jul-2022, tatu: Worse. We need both "new" and "old" Snapshot repositories
Expand Down

0 comments on commit d85fff7

Please sign in to comment.