[hibernate-commits] Hibernate SVN: r11525 - trunk/sandbox/maven-poc/Hibernate3/testsuite.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon May 14 17:51:58 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-05-14 17:51:58 -0400 (Mon, 14 May 2007)
New Revision: 11525

Modified:
   trunk/sandbox/maven-poc/Hibernate3/testsuite/pom.xml
Log:
fixed testsuite deps to account for needed modules

Modified: trunk/sandbox/maven-poc/Hibernate3/testsuite/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/testsuite/pom.xml	2007-05-14 21:48:31 UTC (rev 11524)
+++ trunk/sandbox/maven-poc/Hibernate3/testsuite/pom.xml	2007-05-14 21:51:58 UTC (rev 11525)
@@ -14,7 +14,8 @@
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-testsuite</artifactId>
     <packaging>jar</packaging>
-    <name>Hibernate Functional Testsuite</name>
+    <name>Hibernate Testsuite</name>
+    <description>The testsuite of Hibernate functionality</description>
     <url>http://hibernate.org</url>
 
     <dependencies>
@@ -26,6 +27,22 @@
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-testing</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-ehcache</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-jbosscache</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-oscache</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-swarmcache</artifactId>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file




More information about the hibernate-commits mailing list