[jboss-cvs] JBossAS SVN: r66125 - in trunk: build and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 15 07:47:48 EDT 2007


Author: adrian at jboss.org
Date: 2007-10-15 07:47:48 -0400 (Mon, 15 Oct 2007)
New Revision: 66125

Modified:
   trunk/build/pom.xml
   trunk/ejb3/pom.xml
   trunk/pom.xml
   trunk/server/pom.xml
   trunk/tomcat/pom.xml
Log:
Remove the transaction project from the poms

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2007-10-15 11:36:58 UTC (rev 66124)
+++ trunk/build/pom.xml	2007-10-15 11:47:48 UTC (rev 66125)
@@ -542,11 +542,6 @@
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.jbossas</groupId>
-				<artifactId>jboss-as-transaction</artifactId>
-				<version>${project.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.jbossas</groupId>
 				<artifactId>jboss-as-varia</artifactId>
 				<version>${project.version}</version>
 			</dependency>

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2007-10-15 11:36:58 UTC (rev 66124)
+++ trunk/ejb3/pom.xml	2007-10-15 11:47:48 UTC (rev 66125)
@@ -139,10 +139,6 @@
 			<artifactId>jboss-as-naming</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.jboss.jbossas</groupId>
-			<artifactId>jboss-as-transaction</artifactId>
-		</dependency>
-		<dependency>
 			<groupId>javax.security</groupId>
 			<artifactId>jaas</artifactId>
 		</dependency>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2007-10-15 11:36:58 UTC (rev 66124)
+++ trunk/pom.xml	2007-10-15 11:47:48 UTC (rev 66125)
@@ -25,7 +25,6 @@
 		<module>system</module>
 		<module>system-jmx</module>
 		<module>naming</module>
-		<module>transaction</module>
 		<module>security</module>
 		<module>server</module>
 		<module>deployment</module>

Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml	2007-10-15 11:36:58 UTC (rev 66124)
+++ trunk/server/pom.xml	2007-10-15 11:47:48 UTC (rev 66125)
@@ -119,10 +119,6 @@
 			<artifactId>jboss-as-naming</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.jboss.jbossas</groupId>
-			<artifactId>jboss-as-transaction</artifactId>
-		</dependency>
-		<dependency>
 			<groupId>javax.security</groupId>
 			<artifactId>jaas</artifactId>
 		</dependency>

Modified: trunk/tomcat/pom.xml
===================================================================
--- trunk/tomcat/pom.xml	2007-10-15 11:36:58 UTC (rev 66124)
+++ trunk/tomcat/pom.xml	2007-10-15 11:47:48 UTC (rev 66125)
@@ -138,10 +138,6 @@
 			<version>2.0.1.GA</version>
 		</dependency>
 		<dependency>
-			<groupId>org.jboss.jbossas</groupId>
-			<artifactId>jboss-as-transaction</artifactId>
-		</dependency>
-		<dependency>
 			<groupId>javax.security</groupId>
 			<artifactId>jaas</artifactId>
 		</dependency>




More information about the jboss-cvs-commits mailing list