[jboss-cvs] JBossAS SVN: r72031 - trunk/thirdparty.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Apr 11 11:35:24 EDT 2008
Author: dimitris at jboss.org
Date: 2008-04-11 11:35:24 -0400 (Fri, 11 Apr 2008)
New Revision: 72031
Modified:
trunk/thirdparty/pom.xml
Log:
JBAS-5403, remove tx and txlock aspects from AS/aspects - import those from the new jboss-aspects project
Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml 2008-04-11 15:34:48 UTC (rev 72030)
+++ trunk/thirdparty/pom.xml 2008-04-11 15:35:24 UTC (rev 72031)
@@ -1113,12 +1113,16 @@
<groupId>jboss.aop</groupId>
<artifactId>pluggable-instrumentor</artifactId>
</dependency>
- <!-- 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.aspects</groupId>
+ <artifactId>jboss-transaction-aspects</artifactId>
</dependency>
+ <!-- Combined integration jar. Maybe this can be removed when we just use the
+ - individual compoennts -->
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-integration</artifactId>
More information about the jboss-cvs-commits
mailing list