Skip to content

Commit

Permalink
Avoid duplicate activation-api with Jersey starter
Browse files Browse the repository at this point in the history
Closes gh-18398
  • Loading branch information
snicoll authored and philwebb committed Sep 29, 2019
1 parent 1f9c9fe commit fab80d6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<exclusions>
<exclusion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down

0 comments on commit fab80d6

Please sign in to comment.