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 27a2802 commit e65e882Copy full SHA for e65e882
pom.xml
@@ -40,7 +40,7 @@
40
<properties>
41
<jdk.version>1.7</jdk.version>
42
<jersey.version>2.26</jersey.version>
43
- <jackson.version>2.9.1</jackson.version>
+ <jackson.version>2.9.3</jackson.version>
44
<javaServlet.version>3.1.0</javaServlet.version>
45
<junit.version>4.12</junit.version>
46
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -184,6 +184,11 @@
184
</build>
185
186
<dependencies>
187
+ <dependency>
188
+ <groupId>javax.xml.bind</groupId>
189
+ <artifactId>jaxb-api</artifactId>
190
+ <version>2.3.0</version>
191
+ </dependency>
192
<dependency>
193
<groupId>com.fasterxml.jackson.jaxrs</groupId>
194
<artifactId>jackson-jaxrs-json-provider</artifactId>
0 commit comments