[jboss-cvs] JBossAS SVN: r71278 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 25 18:20:57 EDT 2008


Author: pgier
Date: 2008-03-25 18:20:57 -0400 (Tue, 25 Mar 2008)
New Revision: 71278

Modified:
   trunk/thirdparty/pom.xml
Log:
Fix location of hibernate ejb3-persistence jar

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-03-25 22:14:43 UTC (rev 71277)
+++ trunk/thirdparty/pom.xml	2008-03-25 22:20:57 UTC (rev 71278)
@@ -597,6 +597,14 @@
             </dependency>
             <dependency>
               <groupId>org.hibernate</groupId>
+              <artifactId>ejb3-persistence</artifactId>
+              <mapping>
+                <componentId>hibernate-entitymanager</componentId>
+                <version>3.3.2.GA</version>
+              </mapping>
+            </dependency>
+            <dependency>
+              <groupId>org.hibernate</groupId>
               <artifactId>hibernate-validator</artifactId>
               <mapping>
                 <componentId>hibernate-validator</componentId>
@@ -879,6 +887,10 @@
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
+      <artifactId>ejb3-persistence</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
       <artifactId>hibernate-commons-annotations</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list