We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab4eb8 commit f5a72eaCopy full SHA for f5a72ea
pom.xml
@@ -71,11 +71,6 @@
71
<artifactId>atlassian-plugins-core</artifactId>
72
<version>5.3.12</version>
73
</dependency>
74
- <dependency>
75
- <groupId>org.json</groupId>
76
- <artifactId>json</artifactId>
77
- <version>20241224</version>
78
- </dependency>
79
</dependencies>
80
</dependencyManagement>
81
@@ -230,6 +225,10 @@
230
225
<groupId>io.jenkins.plugins</groupId>
231
226
<artifactId>jersey2-api</artifactId>
232
227
228
+ <dependency>
229
+ <groupId>io.jenkins.plugins</groupId>
+ <artifactId>json-api</artifactId>
+ </dependency>
233
<dependency>
234
235
<artifactId>joda-time-api</artifactId>
0 commit comments