[jboss-cvs] JBossAS SVN: r84830 - in trunk: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 26 16:49:24 EST 2009


Author: anil.saldhana at jboss.com
Date: 2009-02-26 16:49:23 -0500 (Thu, 26 Feb 2009)
New Revision: 84830

Modified:
   trunk/component-matrix/pom.xml
   trunk/thirdparty/pom.xml
Log:
JBAS-6550: upgrade apache xmlsec 1.4.2

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-02-26 21:48:06 UTC (rev 84829)
+++ trunk/component-matrix/pom.xml	2009-02-26 21:49:23 UTC (rev 84830)
@@ -322,9 +322,9 @@
       </dependency>
       
       <dependency>
-        <groupId>xml-security</groupId>
+        <groupId>org.apache</groupId>
         <artifactId>xmlsec</artifactId>
-        <version>1.3.0</version>
+        <version>1.4.2</version>
       </dependency>
       
       <dependency>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2009-02-26 21:48:06 UTC (rev 84829)
+++ trunk/thirdparty/pom.xml	2009-02-26 21:49:23 UTC (rev 84830)
@@ -1080,7 +1080,7 @@
       <artifactId>xml-apis</artifactId>
     </dependency>
     <dependency>
-      <groupId>xml-security</groupId>
+      <groupId>org.apache</groupId>
       <artifactId>xmlsec</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list