We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d30df7d + 8ad038b commit d621c28Copy full SHA for d621c28
pom.xml
@@ -34,7 +34,7 @@
34
<plugin-util-api.version>1.2.0</plugin-util-api.version>
35
36
<commons.lang.version>3.9</commons.lang.version>
37
- <jackson-databind.version>2.9.10.3</jackson-databind.version>
+ <jackson2-api.version>2.9.10</jackson2-api.version>
38
</properties>
39
40
<licenses>
@@ -98,9 +98,9 @@
98
<version>${font-awesome-api.version}</version>
99
</dependency>
100
<dependency>
101
- <groupId>com.fasterxml.jackson.core</groupId>
102
- <artifactId>jackson-databind</artifactId>
103
- <version>${jackson-databind.version}</version>
+ <groupId>org.jenkins-ci.plugins</groupId>
+ <artifactId>jackson2-api</artifactId>
+ <version>${jackson2-api.version}</version>
104
105
106
<!-- Test Dependencies -->
0 commit comments