Skip to content

Commit e65e882

Browse files
committed
Added javax.xml.bind 2.3.0 dependency to fix Java 9 issue (#129).
1 parent 27a2802 commit e65e882

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<properties>
4141
<jdk.version>1.7</jdk.version>
4242
<jersey.version>2.26</jersey.version>
43-
<jackson.version>2.9.1</jackson.version>
43+
<jackson.version>2.9.3</jackson.version>
4444
<javaServlet.version>3.1.0</javaServlet.version>
4545
<junit.version>4.12</junit.version>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -184,6 +184,11 @@
184184
</build>
185185

186186
<dependencies>
187+
<dependency>
188+
<groupId>javax.xml.bind</groupId>
189+
<artifactId>jaxb-api</artifactId>
190+
<version>2.3.0</version>
191+
</dependency>
187192
<dependency>
188193
<groupId>com.fasterxml.jackson.jaxrs</groupId>
189194
<artifactId>jackson-jaxrs-json-provider</artifactId>

0 commit comments

Comments
 (0)