[jboss-cvs] JBossAS SVN: r71966 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 10 13:16:00 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-10 13:16:00 -0400 (Thu, 10 Apr 2008)
New Revision: 71966

Modified:
   trunk/thirdparty/pom.xml
Log:
JBAS-5396, break security aspects out of AS

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-04-10 17:14:29 UTC (rev 71965)
+++ trunk/thirdparty/pom.xml	2008-04-10 17:16:00 UTC (rev 71966)
@@ -1114,6 +1114,10 @@
     <!-- Combined integration jar.  Maybe this can be removed when we just use the 
     -  individual compoennts -->
     <dependency>
+      <groupId>org.jboss.aspects</groupId>
+      <artifactId>jboss-security-aspects</artifactId>
+    </dependency>    
+    <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-integration</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list