Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Fix #123: Swagger throwing NoClassDefFoundError
Browse files Browse the repository at this point in the history
Let swagger-all import javax.xml.*
  • Loading branch information
hstaudacher committed Dec 27, 2015
1 parent 2d778b9 commit 6c7f821
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/com.eclipsesource.jaxrs.swagger.all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>swagger-all</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<swagger.version>1.5.4</swagger.version>
<swagger.version>1.5.5</swagger.version>
<jersey.version>2.22</jersey.version>
</properties>

Expand Down Expand Up @@ -55,7 +55,6 @@
!org.w3c.*,
!org.xml.sax.*,
!com.sun.jdi.*,
!javax.xml.*,
!sun.misc.*,
!javax.activation.*,
javax.servlet.*;version="[2.3.0,4.0.0)";resolution:=optional,
Expand Down

0 comments on commit 6c7f821

Please sign in to comment.