We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9c9fe commit fab80d6Copy full SHA for fab80d6
spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml
@@ -112,6 +112,12 @@
112
<dependency>
113
<groupId>org.glassfish.jersey.media</groupId>
114
<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>
121
</dependency>
122
123
<groupId>jakarta.xml.bind</groupId>
0 commit comments