Skip to content

Commit

Permalink
use json-api-plugin instead of direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rantoniuk committed Jan 12, 2025
1 parent bab4eb8 commit f5a72ea
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 @@ -71,11 +71,6 @@
<artifactId>atlassian-plugins-core</artifactId>
<version>5.3.12</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20241224</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -230,6 +225,10 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>jersey2-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>json-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>joda-time-api</artifactId>
Expand Down

0 comments on commit f5a72ea

Please sign in to comment.