Skip to content

Commit f5a72ea

Browse files
committed
use json-api-plugin instead of direct dependency
1 parent bab4eb8 commit f5a72ea

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@
7171
<artifactId>atlassian-plugins-core</artifactId>
7272
<version>5.3.12</version>
7373
</dependency>
74-
<dependency>
75-
<groupId>org.json</groupId>
76-
<artifactId>json</artifactId>
77-
<version>20241224</version>
78-
</dependency>
7974
</dependencies>
8075
</dependencyManagement>
8176

@@ -230,6 +225,10 @@
230225
<groupId>io.jenkins.plugins</groupId>
231226
<artifactId>jersey2-api</artifactId>
232227
</dependency>
228+
<dependency>
229+
<groupId>io.jenkins.plugins</groupId>
230+
<artifactId>json-api</artifactId>
231+
</dependency>
233232
<dependency>
234233
<groupId>io.jenkins.plugins</groupId>
235234
<artifactId>joda-time-api</artifactId>

0 commit comments

Comments
 (0)