[jboss-cvs] JBossAS SVN: r72030 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 11:34:48 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-11 11:34:48 -0400 (Fri, 11 Apr 2008)
New Revision: 72030

Modified:
   trunk/component-matrix/pom.xml
Log:
JBAS-5403, remove tx and txlock aspects from AS/aspects - import those from the new jboss-aspects project

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-04-11 15:34:11 UTC (rev 72029)
+++ trunk/component-matrix/pom.xml	2008-04-11 15:34:48 UTC (rev 72030)
@@ -398,7 +398,12 @@
         <groupId>org.jboss.aspects</groupId>
         <artifactId>jboss-security-aspects</artifactId>
         <version>1.0.0-SNAPSHOT</version>
-      </dependency>        
+      </dependency>
+       <dependency>
+        <groupId>org.jboss.aspects</groupId>
+        <artifactId>jboss-transaction-aspects</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.jboss.logging</groupId>
         <artifactId>jboss-logging-spi</artifactId>




More information about the jboss-cvs-commits mailing list