Skip to content

Commit 0982e4e

Browse files
committed
Update pom.xml
use jackson2-api plugin #426
1 parent 2f5cc8a commit 0982e4e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@
113113
<artifactId>prism-api</artifactId>
114114
</dependency>
115115
<dependency>
116-
<groupId>com.fasterxml.jackson.dataformat</groupId>
117-
<artifactId>jackson-dataformat-csv</artifactId>
118-
<version>${jackson-dataformat.version}</version>
116+
<groupId>org.jenkins-ci.plugins</groupId>
117+
<artifactId>jackson2-api</artifactId>
119118
</dependency>
120119

121120
<!-- Workflow dependencies -->

0 commit comments

Comments
 (0)