Skip to content

Commit

Permalink
Add explicit JUNit4 dependency due to jackson-base refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 21, 2024
1 parent b1a1da2 commit 33abc77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osgi/pom.xml
Expand Up @@ -27,9 +27,9 @@
</licenses>

<properties>
<version.osgi.core>5.0.0</version.osgi.core>
<version.mockito>1.10.19</version.mockito>
<version.junit>4.12</version.junit>
<!-- TODO: upgrade to Mockito 4.x -->
<version.mockito>1.10.19</version.mockito>
<version.osgi.core>5.0.0</version.osgi.core>

<!-- Generate PackageVersion.java into this directory. -->
<packageVersion.dir>com/fasterxml/jackson/module/osgi</packageVersion.dir>
Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -71,6 +71,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... -->
<repositories>
Expand Down

0 comments on commit 33abc77

Please sign in to comment.