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/03/31 07:37:37 UTC

svn commit: r760342 - in /servicemix/smx3/branches/servicemix-3.2: common/servicemix-soap/pom.xml common/servicemix-soap2/pom.xml pom.xml

Author: ffang
Date: Tue Mar 31 05:37:36 2009
New Revision: 760342

URL: http://svn.apache.org/viewvc?rev=760342&view=rev
Log:
[SM-1834]two different xmlsec version jars in servicemix-shared

Modified:
    servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml
    servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml
    servicemix/smx3/branches/servicemix-3.2/pom.xml

Modified: servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml?rev=760342&r1=760341&r2=760342&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/pom.xml Tue Mar 31 05:37:36 2009
@@ -72,7 +72,7 @@
       <artifactId>opensaml</artifactId>
     </dependency>
     <dependency>
-      <groupId>xml-security</groupId>
+      <groupId>org.apache.santuario</groupId>
       <artifactId>xmlsec</artifactId>
     </dependency>
   </dependencies>

Modified: servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml?rev=760342&r1=760341&r2=760342&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml Tue Mar 31 05:37:36 2009
@@ -75,7 +75,7 @@
       <artifactId>opensaml</artifactId>
     </dependency>
     <dependency>
-      <groupId>xml-security</groupId>
+      <groupId>org.apache.santuario</groupId>
       <artifactId>xmlsec</artifactId>
     </dependency>
     <dependency>

Modified: servicemix/smx3/branches/servicemix-3.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/pom.xml?rev=760342&r1=760341&r2=760342&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/pom.xml Tue Mar 31 05:37:36 2009
@@ -1902,7 +1902,7 @@
             <dependency>
                 <groupId>org.apache.ws.security</groupId>
                 <artifactId>wss4j</artifactId>
-                <version>1.5.4</version>
+                <version>1.5.5</version>
             </dependency>
             <dependency>
                 <groupId>bouncycastle</groupId>
@@ -1915,9 +1915,9 @@
                 <version>1.1</version>
             </dependency>
             <dependency>
-                <groupId>xml-security</groupId>
+                <groupId>org.apache.santuario</groupId>
                 <artifactId>xmlsec</artifactId>
-                <version>1.3.0</version>
+                <version>1.4.0</version>
             </dependency>
             <dependency>
                 <groupId>org.objectweb.howl</groupId>