Skip to content

Commit

Permalink
Manual pom.xml merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 15, 2024
1 parent 8072eeb commit db93753
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Need Jersey+Jetty for testing; deps from DropWizard 1.3.29 -->
<version.jersey>2.25.1</version.jersey>
<!-- Need Jersey+Jetty for testing -->
<version.jersey>2.45</version.jersey>
<version.jetty>9.4.56.v20240826</version.jetty>

<!-- Needed to enable jax-rs 2.0 usage under OSGi -->
Expand Down Expand Up @@ -103,6 +103,15 @@
<version>${version.jersey}</version>
<scope>test</scope>
</dependency>
<!-- 14-Oct-2024, tatu: Need this with Jersey 2.26+, as per
https://stackoverflow.com/questions/44088493/jersey-stopped-working-with-injectionmanagerfactory-not-found
-->
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>${version.jersey}</version>
<scope>test</scope>
</dependency>
<!-- 20-Apr-2024 : JUnit4 no longer from jackson-base, so: -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit db93753

Please sign in to comment.