Skip to content

Commit

Permalink
[JBEAP-2787] Unexpected com.sun.xml.bind:* dependecies of productized…
Browse files Browse the repository at this point in the history
… CXF artifacts
  • Loading branch information
psakar committed Jan 30, 2016
1 parent c9bc1f9 commit ae32ba6
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 ae32ba6

Please sign in to comment.