Skip to content

Commit

Permalink
Use jersey2-api for jersey jars
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegt1 committed Jul 12, 2023
1 parent 0d798ae commit be34823
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<!-- Minimal version required by Pipeline dependencies in 2.14.0 -->
<jenkins.version>2.235.5</jenkins.version>
<jenkins.version>2.263.1</jenkins.version>
<java.level>8</java.level>
<!-- TODO: enforcer is full of upper bound dependency issues, including real ones -->
<enforcer.skip>true</enforcer.skip>
Expand Down Expand Up @@ -456,6 +456,11 @@
<artifactId>ivy</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>jersey2-api</artifactId>
<version>2.35-8</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jira</artifactId>
Expand Down

0 comments on commit be34823

Please sign in to comment.