[jboss-cvs] JBossAS SVN: r84824 - in branches/Branch_5_x: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 26 16:25:42 EST 2009


Author: anil.saldhana at jboss.com
Date: 2009-02-26 16:25:41 -0500 (Thu, 26 Feb 2009)
New Revision: 84824

Modified:
   branches/Branch_5_x/component-matrix/pom.xml
   branches/Branch_5_x/thirdparty/pom.xml
Log:
JBAS-6490: Upgrade Apache XML Security 1.4.2

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-02-26 20:36:54 UTC (rev 84823)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-02-26 21:25:41 UTC (rev 84824)
@@ -321,9 +321,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: branches/Branch_5_x/thirdparty/pom.xml
===================================================================
--- branches/Branch_5_x/thirdparty/pom.xml	2009-02-26 20:36:54 UTC (rev 84823)
+++ branches/Branch_5_x/thirdparty/pom.xml	2009-02-26 21:25:41 UTC (rev 84824)
@@ -1066,7 +1066,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