You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/10/07 12:07:01 UTC

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

Author: gertv
Date: Tue Oct  7 03:06:59 2008
New Revision: 702423

URL: http://svn.apache.org/viewvc?rev=702423&view=rev
Log:
SMX4-128: WSAddressingTest test case failures on AIX

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

Modified: servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml?rev=702423&r1=702422&r2=702423&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml Tue Oct  7 03:06:59 2008
@@ -157,6 +157,11 @@
          <artifactId>opensaml</artifactId>
          <version>1.0.1</version>
       </dependency>
+      <dependency>
+         <groupId>com.sun.xml.parsers</groupId>
+         <artifactId>jaxp-ri</artifactId>
+         <version>1.4.2</version>
+      </dependency>
     </dependencies>
 
     <build>