Add jaxb API to jersey starter

Closes gh-16268
This commit is contained in:
Stephane Nicoll 2019-03-27 11:38:38 +01:00
parent e57c0c0657
commit f417fa5c5b

View File

@ -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>