[hibernate-commits] Hibernate SVN: r15245 - core/trunk/cache-jbosscache2.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Oct 2 04:05:49 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-10-02 04:05:49 -0400 (Thu, 02 Oct 2008)
New Revision: 15245

Modified:
   core/trunk/cache-jbosscache2/pom.xml
Log:
javax.persistence is a dependency for these tests

Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml	2008-10-02 07:53:37 UTC (rev 15244)
+++ core/trunk/cache-jbosscache2/pom.xml	2008-10-02 08:05:49 UTC (rev 15245)
@@ -48,6 +48,13 @@
             <version>3.4.GA</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>javax.persistence</groupId>
+            <artifactId>persistence-api</artifactId>
+            <version>1.0</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>




More information about the hibernate-commits mailing list