Skip to content

Commit 8ba6ecc

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

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

@@ -234,6 +229,10 @@
234229
<groupId>io.jenkins.plugins</groupId>
235230
<artifactId>joda-time-api</artifactId>
236231
</dependency>
232+
<dependency>
233+
<groupId>io.jenkins.plugins</groupId>
234+
<artifactId>json-api</artifactId>
235+
</dependency>
237236
<dependency>
238237
<groupId>org.apache.maven</groupId>
239238
<artifactId>maven-artifact</artifactId>

0 commit comments

Comments
 (0)