Skip to content

Commit

Permalink
Merge pull request #3 from psakar/JBEAP-2787
Browse files Browse the repository at this point in the history
[JBEAP-2787] Unexpected com.sun.xml.bind:* dependecies of productized…
  • Loading branch information
asoldano committed Feb 1, 2016
2 parents c9bc1f9 + ae32ba6 commit 9b227b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -208,6 +208,14 @@
<artifactId>cxf-rt-bindings-soap</artifactId>
<version>${cxf.version}</version>
<exclusions>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
Expand Down

0 comments on commit 9b227b6

Please sign in to comment.