Skip to content

Commit 9ef2f90

Browse files
committed
Remove unneeded jackson2 dependency
1 parent bfc9d60 commit 9ef2f90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 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>
@@ -91,10 +92,6 @@
9192
<groupId>org.jenkins-ci.plugins</groupId>
9293
<artifactId>plain-credentials</artifactId>
9394
</dependency>
94-
<dependency>
95-
<groupId>org.jenkins-ci.plugins</groupId>
96-
<artifactId>jackson2-api</artifactId>
97-
</dependency>
9895
<dependency>
9996
<groupId>io.jenkins.plugins</groupId>
10097
<artifactId>commons-text-api</artifactId>

0 commit comments

Comments
 (0)