Skip to content

Commit

Permalink
Use jersey2-api for jersey jars (jfrog#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegt1 authored Mar 27, 2024
1 parent 1c99c6d commit 5e91ed1
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 @@ -455,6 +455,11 @@
<artifactId>ivy</artifactId>
<version>2.5.2</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 5e91ed1

Please sign in to comment.