Skip to content

Commit

Permalink
[RESTEASY-2061] exclude jaxb-api archive in resteasy-jaxb-provider an…
Browse files Browse the repository at this point in the history
…d resteasy-dependencies-bom pom
  • Loading branch information
rsearls authored and asoldano committed Nov 16, 2018
1 parent 3d0f70d commit 640fdb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions providers/jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
Expand Down
6 changes: 6 additions & 0 deletions resteasy-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${version.org.glassfish.jaxb.jaxb}</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
Expand Down

0 comments on commit 640fdb1

Please sign in to comment.