Skip to content

Commit

Permalink
Fix dependencies requirement
Browse files Browse the repository at this point in the history
Thanks @basil.

Co-Authored-By: Basil Crow <me@basilcrow.com>
  • Loading branch information
alecharp and basil committed May 18, 2022
1 parent 00df06b commit 3a5c9a7
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>jersey2-api</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.1.1</version>
</dependency>

<!-- For Authentication Details -->
<dependency>
Expand All @@ -73,28 +68,12 @@
<version>1.8.0</version>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.0.4</version>
<exclusions>
<exclusion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Necessary to parse the XML from Nexus Lucene Service -->
<dependency>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-indexer-lucene-model</artifactId>
<version>2.15.1-02</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
<exclusion> <!-- provided by jackson2-api plugin -->
<groupId>org.json</groupId>
<artifactId>json</artifactId>
Expand Down

0 comments on commit 3a5c9a7

Please sign in to comment.