Skip to content

Commit

Permalink
Remove istack-commons-runtime exclusion from POM (#37)
Browse files Browse the repository at this point in the history
The tests all still pass, and the example app starts and runs and the
HTTP endpoints all work.
  • Loading branch information
sleberknight authored Nov 7, 2023
1 parent 5cd2f9a commit a1d3377
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions dropwizard-jaxws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf.version}</version>
<!-- TODO: Can this be removed? -->
<exclusions>
<!-- jaxb-core 2.2.7 contains classes from istack-commons-runtime 2.16
and it also has dependency on istack-commons-runtime 2.16 -->
<exclusion>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit a1d3377

Please sign in to comment.