[jboss-svn-commits] JBL Code SVN: r28685 - labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Aug 1 05:05:50 EDT 2009


Author: whitingjr
Date: 2009-08-01 05:05:50 -0400 (Sat, 01 Aug 2009)
New Revision: 28685

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml
Log:
Removed dependency.

Modified: labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml	2009-08-01 09:05:28 UTC (rev 28684)
+++ labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml	2009-08-01 09:05:50 UTC (rev 28685)
@@ -210,11 +210,11 @@
 			<artifactId>maven-ant-tasks</artifactId>
 			<version>2.0.10</version>
 		</dependency>
-		<dependency>
+		<!-- dependency>  this module has been depreciated
 			<groupId>uk.ac.ncl.sdia.a8905943</groupId>
 			<artifactId>STMAnnotationsJAR</artifactId>
 			<version>0.0.1-SNAPSHOT</version>
-		</dependency>
+		</dependency-->
 		<dependency>
 			<groupId>jboss.jbossts</groupId>
 			<artifactId>jbossjta</artifactId>
@@ -226,7 +226,7 @@
 			<version>5.1.0.GA</version>
 			<scope>provided</scope>
 		</dependency>
+		
 
-
 	</dependencies>
 </project>
\ No newline at end of file



More information about the jboss-svn-commits mailing list