Add jaxb API to jersey starter

Closes gh-16268
pull/16472/head
Stephane Nicoll 6 years ago
parent e57c0c0657
commit f417fa5c5b

@ -103,6 +103,10 @@
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
</dependencies>
<build>
<plugins>

Loading…
Cancel
Save