Skip to content

Commit 24f9138

Browse files
committed
Avoid duplicate activation-api with Jersey starter
Closes gh-18398
1 parent b26310d commit 24f9138

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)