Skip to content

Commit d12ed3e

Browse files
jonesbusymymarche
authored andcommitted
Remove unneeded jackson2 dependency
1 parent bfc9d60 commit d12ed3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
-->
2525
<ban-commons-lang-2.skip>false</ban-commons-lang-2.skip>
2626
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
27+
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
2728
</properties>
2829

2930
<name>REST List Parameter</name>
@@ -92,8 +93,8 @@
9293
<artifactId>plain-credentials</artifactId>
9394
</dependency>
9495
<dependency>
95-
<groupId>org.jenkins-ci.plugins</groupId>
96-
<artifactId>jackson2-api</artifactId>
96+
<groupId>io.jenkins.plugins</groupId>
97+
<artifactId>json-api</artifactId>
9798
</dependency>
9899
<dependency>
99100
<groupId>io.jenkins.plugins</groupId>

0 commit comments

Comments
 (0)