Skip to content

Commit

Permalink
Merge pull request #115 from basil/jersey
Browse files Browse the repository at this point in the history
Use Jersey 2 API plugin
  • Loading branch information
jtnord committed Jan 5, 2022
2 parents 773c36c + b27e431 commit a8a9f3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,10 @@
<version>${revision}</version>
</dependency>
<dependency> <!-- needed for jackson-jaxrs-json-provider -->
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>2.1.6</version> <!-- do not upgrade to version 3.x, as that has switched to Jakarta package names -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>jersey2-api</artifactId>
<version>2.35-1</version>
<optional>true</optional>
</dependency>

<dependency>
Expand Down

0 comments on commit a8a9f3e

Please sign in to comment.