[jboss-cvs] JBossAS SVN: r97698 - trunk/client.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 10 11:45:14 EST 2009


Author: bstansberry at jboss.com
Date: 2009-12-10 11:45:13 -0500 (Thu, 10 Dec 2009)
New Revision: 97698

Modified:
   trunk/client/pom.xml
Log:
[JBAS-7500] Add xmlsec to client/pom.xml

Modified: trunk/client/pom.xml
===================================================================
--- trunk/client/pom.xml	2009-12-10 15:49:13 UTC (rev 97697)
+++ trunk/client/pom.xml	2009-12-10 16:45:13 UTC (rev 97698)
@@ -239,6 +239,11 @@
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>org.apache</groupId>
+      <artifactId>xmlsec</artifactId>
+    </dependency>
 
   </dependencies>
   




More information about the jboss-cvs-commits mailing list