Skip to content

Commit 2edabeb

Browse files
committed
adds back the jaxb and xml.bind dependencies for java 8+
1 parent 9ad61ac commit 2edabeb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
<artifactId>core-interfaces</artifactId>
4141
<version>[0.3, 0.4)</version>
4242
</dependency>
43+
<dependency>
44+
<groupId>javax.xml.bind</groupId>
45+
<artifactId>jaxb-api</artifactId>
46+
<version>2.4.0-b180830.0359</version>
47+
</dependency>
48+
<dependency>
49+
<groupId>org.glassfish.jaxb</groupId>
50+
<artifactId>jaxb-runtime</artifactId>
51+
<version>2.3.2</version>
52+
</dependency>
4353
<dependency>
4454
<groupId>com.fasterxml.jackson.core</groupId>
4555
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)