You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2011/06/22 09:38:01 UTC

svn commit: r1138325 - /servicemix/smx4/features/trunk/pom.xml

Author: ffang
Date: Wed Jun 22 07:38:01 2011
New Revision: 1138325

URL: http://svn.apache.org/viewvc?rev=1138325&view=rev
Log:
[SMX4-867]the endorsed xml-api jar can't correctly load org.apache.xpath.jaxp.XPathFactoryImpl class

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1138325&r1=1138324&r2=1138325&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Jun 22 07:38:01 2011
@@ -205,9 +205,10 @@
         <javax.mail.version>1.4.4</javax.mail.version>
         <jaxp-ri.version>1.4.4</jaxp-ri.version>
         <xerces.version>2.11.0</xerces.version>
+        <xml.api.version>2.11.0-20110622</xml.api.version>
         <xalan.version>2.7.1</xalan.version>
         <jaxws-api.version>2.2</jaxws-api.version>
-        <jetty.version>7.3.1.v20110307</jetty.version>
+        <jetty.version>7.4.2.v20110526</jetty.version>
         <jettison.version>1.2</jettison.version>
         <lingo.version>1.3</lingo.version>
         <scriptengines.version>1.1</scriptengines.version>
@@ -215,7 +216,7 @@
         <spring.osgi.version>1.2.0</spring.osgi.version>
         <woodstox.version>4.1.1</woodstox.version>
         <woodstox.stax2-api.version>3.0.2</woodstox.stax2-api.version>    
-        <wss4j.version>1.6.0</wss4j.version>
+        <wss4j.version>1.6.1</wss4j.version>
         <neethi.version>3.0.0</neethi.version>
         <xfire.version>1.0.1</xfire.version>
         <xbean.version>3.7</xbean.version>
@@ -568,7 +569,7 @@
            <dependency>
                <groupId>org.apache.xerces</groupId>
                <artifactId>xml-apis</artifactId>
-               <version>${xerces.version}</version>
+               <version>${xml.api.version}</version>
            </dependency>
            <dependency>
                <groupId>xalan</groupId>