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 9ad61ac commit 2edabebCopy full SHA for 2edabeb
1 file changed
pom.xml
@@ -40,6 +40,16 @@
40
<artifactId>core-interfaces</artifactId>
41
<version>[0.3, 0.4)</version>
42
</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
49
+ <groupId>org.glassfish.jaxb</groupId>
50
+ <artifactId>jaxb-runtime</artifactId>
51
+ <version>2.3.2</version>
52
53
<dependency>
54
<groupId>com.fasterxml.jackson.core</groupId>
55
<artifactId>jackson-databind</artifactId>
0 commit comments