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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 29 13:56:36 EDT 2008


Author: dimitris at jboss.org
Date: 2008-10-29 13:56:36 -0400 (Wed, 29 Oct 2008)
New Revision: 80207

Modified:
   trunk/thirdparty/pom.xml
Log:
import explicitly the jboss-transaction-api so that an older version of it is not referenced through jboss-aspects.

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-10-29 17:55:46 UTC (rev 80206)
+++ trunk/thirdparty/pom.xml	2008-10-29 17:56:36 UTC (rev 80207)
@@ -1447,6 +1447,10 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-transaction-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
       <artifactId>jboss-servlet-api</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list