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 2009/08/26 02:37:15 UTC

svn commit: r807857 - /servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml

Author: ffang
Date: Wed Aug 26 00:37:15 2009
New Revision: 807857

URL: http://svn.apache.org/viewvc?rev=807857&view=rev
Log:
[SMXCOMP-620]update xmlsec version to 1.4.3

Modified:
    servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml

Modified: servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml?rev=807857&r1=807856&r2=807857&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap/pom.xml Wed Aug 26 00:37:15 2009
@@ -108,9 +108,9 @@
       <version>1.1</version>
     </dependency>
     <dependency>
-      <groupId>xml-security</groupId>
-      <artifactId>xmlsec</artifactId>
-      <version>1.3.0</version>
+        <groupId>org.apache.santuario</groupId>
+        <artifactId>xmlsec</artifactId>
+        <version>1.4.3</version>
     </dependency>
     <dependency>
       <groupId>wsdl4j</groupId>