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/28 04:04:14 UTC

svn commit: r808729 - /servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml

Author: ffang
Date: Fri Aug 28 02:04:13 2009
New Revision: 808729

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

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

Modified: servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml?rev=808729&r1=808728&r2=808729&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Fri Aug 28 02:04:13 2009
@@ -90,9 +90,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>org.apache.ws.commons.schema</groupId>