Skip to content

Commit f417fa5

Browse files
committed
Add jaxb API to jersey starter
Closes spring-projectsgh-16268
1 parent e57c0c0 commit f417fa5

File tree

1 file changed

+4
-0
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-jersey

1 file changed

+4
-0
lines changed

Diff for: spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@
103103
<groupId>org.glassfish.jersey.media</groupId>
104104
<artifactId>jersey-media-json-jackson</artifactId>
105105
</dependency>
106+
<dependency>
107+
<groupId>javax.xml.bind</groupId>
108+
<artifactId>jaxb-api</artifactId>
109+
</dependency>
106110
</dependencies>
107111
<build>
108112
<plugins>

0 commit comments

Comments
 (0)