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.
1 parent 3f1de6a commit bf3161aCopy full SHA for bf3161a
pom.xml
@@ -167,6 +167,10 @@
167
<artifactId>jersey-json</artifactId>
168
<groupId>com.sun.jersey</groupId>
169
</exclusion>
170
+ <exclusion>
171
+ <artifactId>jackson-databind</artifactId>
172
+ <groupId>com.fasterxml.jackson.core</groupId>
173
+ </exclusion>
174
</exclusions>
175
</dependency>
176
<dependency>
@@ -198,11 +202,6 @@
198
202
<version>1.2.12</version>
199
203
<scope>test</scope>
200
204
201
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.19.0</version>
205
- </dependency>
206
</dependencies>
207
<repositories>
208
<repository>
0 commit comments