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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 29 02:54:43 EDT 2008


Author: ALRubinger
Date: 2008-04-29 02:54:43 -0400 (Tue, 29 Apr 2008)
New Revision: 72857

Modified:
   trunk/thirdparty/pom.xml
Log:
Placed jboss-security-aspects in 3rdparty

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-04-29 06:44:55 UTC (rev 72856)
+++ trunk/thirdparty/pom.xml	2008-04-29 06:54:43 UTC (rev 72857)
@@ -1156,7 +1156,12 @@
     <dependency>
       <groupId>org.jboss.aspects</groupId>
       <artifactId>jboss-transaction-aspects</artifactId>
-    </dependency>    
+    </dependency>   
+    <dependency>
+      <groupId>org.jboss.aspects</groupId>
+      <artifactId>jboss-security-aspects</artifactId>
+    </dependency>
+ 
     <!-- Combined integration jar.  Maybe this can be removed when we just use the 
     -  individual compoennts -->    
     <dependency>




More information about the jboss-cvs-commits mailing list