Browse Source

Add jaxb API to jersey starter

Closes gh-16268
pull/16472/head
Stephane Nicoll 7 years ago
parent
commit
f417fa5c5b
  1. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml

4
spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml

@ -103,6 +103,10 @@ @@ -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