Skip to content

Commit fab80d6

Browse files
snicollphilwebb
authored andcommittedSep 29, 2019
Avoid duplicate activation-api with Jersey starter
Closes gh-18398
1 parent 1f9c9fe commit fab80d6

File tree

1 file changed

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

1 file changed

+6
-0
lines changed
 

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

+6
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@
112112
<dependency>
113113
<groupId>org.glassfish.jersey.media</groupId>
114114
<artifactId>jersey-media-json-jackson</artifactId>
115+
<exclusions>
116+
<exclusion>
117+
<groupId>jakarta.activation</groupId>
118+
<artifactId>jakarta.activation-api</artifactId>
119+
</exclusion>
120+
</exclusions>
115121
</dependency>
116122
<dependency>
117123
<groupId>jakarta.xml.bind</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.