Skip to content

Commit

Permalink
Exclude jboss-jaxb-api_2.2_spec from WebSphere (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianMacik authored and mswiderski committed Jul 9, 2018
1 parent 89bfabc commit 0ee194c
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -149,6 +149,11 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<!-- conflicts on WAS -->
<exclusion>
<groupId>org.jboss.spec.javax.xml.bind</groupId>
<artifactId>jboss-jaxb-api_2.2_spec</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0ee194c

Please sign in to comment.