Skip to content

Commit

Permalink
use Jersey 2 API plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp committed May 18, 2022
1 parent 3cfbded commit 3dd398c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>jaxb</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>jersey2-api</artifactId>
</dependency>

<!-- For Authentication Details -->
<dependency>
Expand All @@ -75,11 +79,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.connectors</groupId>
<artifactId>jersey-apache-connector</artifactId>
<version>3.0.4</version>
</dependency>

<!-- Necessary to parse the XML from Nexus Lucene Service -->
<dependency>
Expand Down

0 comments on commit 3dd398c

Please sign in to comment.