We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab4eb8 commit 8ba6eccCopy full SHA for 8ba6ecc
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
@@ -234,6 +229,10 @@
234
229
<groupId>io.jenkins.plugins</groupId>
235
230
<artifactId>joda-time-api</artifactId>
236
231
232
+ <dependency>
233
+ <groupId>io.jenkins.plugins</groupId>
+ <artifactId>json-api</artifactId>
+ </dependency>
237
<dependency>
238
<groupId>org.apache.maven</groupId>
239
<artifactId>maven-artifact</artifactId>
0 commit comments