Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fab80d6

Browse files
snicollphilwebb
authored andcommitted
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

Lines changed: 6 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /