[jboss-svn-commits] JBL Code SVN: r30464 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 3 12:03:53 EST 2009


Author: whitingjr
Date: 2009-12-03 12:03:52 -0500 (Thu, 03 Dec 2009)
New Revision: 30464

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml
Log:
Removed dependency.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml	2009-12-03 17:02:50 UTC (rev 30463)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/pom.xml	2009-12-03 17:03:52 UTC (rev 30464)
@@ -19,11 +19,6 @@
 			<classifier>jdk15</classifier>
 		</dependency>
 		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>caveatemptor-jpa</artifactId>
-			<version>1.0</version>
-		</dependency>
-		<dependency>
 			<groupId>com.mentorgen.tools.profile</groupId>
 			<artifactId>jip</artifactId>
 			<version>1.0</version>
@@ -93,6 +88,12 @@
 			<artifactId>hibernate-entitymanager</artifactId>
 			<version>3.4.0.GA</version>
 		</dependency>
+		<dependency>
+			<groupId>xalan</groupId>
+			<artifactId>xalan</artifactId>
+			<version>2.7.1</version>
+		</dependency>
+
 	</dependencies>
 	<build>
 		<plugins>



More information about the jboss-svn-commits mailing list