You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by dk...@apache.org on 2014/07/25 16:32:27 UTC

svn commit: r1613441 - /servicemix/smx4/bundles/trunk/saaj-impl-1.3.23/pom.xml

Author: dkulp
Date: Fri Jul 25 14:32:27 2014
New Revision: 1613441

URL: http://svn.apache.org/r1613441
Log:
SAAJ impl 1.3.23 requires stax-ex to be imported (and not optional)

Modified:
    servicemix/smx4/bundles/trunk/saaj-impl-1.3.23/pom.xml

Modified: servicemix/smx4/bundles/trunk/saaj-impl-1.3.23/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saaj-impl-1.3.23/pom.xml?rev=1613441&r1=1613440&r2=1613441&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/saaj-impl-1.3.23/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/saaj-impl-1.3.23/pom.xml Fri Jul 25 14:32:27 2014
@@ -69,7 +69,8 @@
             org.w3c.dom.traversal,
             org.xml.sax,
             org.xml.sax.ext,
-            org.xml.sax.helpers
+            org.xml.sax.helpers,
+            org.jvnet.staxex*
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.private.pkg>
             META-INF;-split-package:=merge-first,
@@ -91,6 +92,12 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.jvnet.staxex</groupId>
+            <artifactId>stax-ex</artifactId>
+            <version>1.7.4</version>
+            <optional>false</optional>
+        </dependency>
+        <dependency>
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>