Skip to content

Commit

Permalink
[PAXWEB-875] - Missing import package causes NoClassDefFound for sax
Browse files Browse the repository at this point in the history
helper class
  • Loading branch information
ANierbeck committed Nov 1, 2015
1 parent 09a0a53 commit f05693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pax-web-jetty-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
org.osgi.util.tracker;version="[1.3.0,2.0.0)",
org.slf4j;version="[1.5,2.0)",
org.w3c.dom,
org.xml.sax
org.xml.sax.*
</Import-Package>
<Export-Package>
javax.servlet;version="3.1.0",
Expand Down

0 comments on commit f05693a

Please sign in to comment.