[hibernate-commits] Hibernate SVN: r16051 - core/trunk/envers.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Feb 27 23:55:30 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-02-27 23:55:29 -0500 (Fri, 27 Feb 2009)
New Revision: 16051

Modified:
   core/trunk/envers/pom.xml
Log:
change to build with local entitymanager

Modified: core/trunk/envers/pom.xml
===================================================================
--- core/trunk/envers/pom.xml	2009-02-28 04:45:24 UTC (rev 16050)
+++ core/trunk/envers/pom.xml	2009-02-28 04:55:29 UTC (rev 16051)
@@ -84,42 +84,6 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-entitymanager</artifactId>
-            <exclusions>
-                <!-- todo : only needed until we migrate EM back to core -->
-                <exclusion>
-                    <groupId>org.hibernate</groupId>
-                    <artifactId>hibernate</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javassist</groupId>
-                    <artifactId>javassist</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>jboss</groupId>
-                    <artifactId>javassist</artifactId>
-                </exclusion>
-                <exclusion>
-                    <!-- OMG, YUCK YUCK YUCK -->
-                    <groupId>org.hibernate</groupId>
-                    <artifactId>hibernate-validator</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>net.sf.ehcache</groupId>
-                    <artifactId>ehcache</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>cglib</groupId>
-                    <artifactId>cglib</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>asm</groupId>
-                    <artifactId>asm</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>asm</groupId>
-                    <artifactId>asm-attrs</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.hibernate</groupId>
@@ -159,11 +123,6 @@
                 <version>${version}</version>
             </dependency>
             <dependency>
-                <groupId>javax.persistence</groupId>
-                <artifactId>persistence-api</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
                 <groupId>org.hibernate</groupId>
                 <artifactId>hibernate-annotations</artifactId>
                 <version>${version}</version>
@@ -177,7 +136,7 @@
             <dependency>
                 <groupId>org.hibernate</groupId>
                 <artifactId>hibernate-entitymanager</artifactId>
-                <version>3.3.1.ga</version>
+                <version>${version}</version>
             </dependency>
             <dependency>
                 <groupId>org.hibernate</groupId>
@@ -185,6 +144,11 @@
                 <version>3.2.0.ga</version>
             </dependency>
             <dependency>
+                <groupId>javax.persistence</groupId>
+                <artifactId>persistence-api</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <dependency>
                 <groupId>ant</groupId>
                 <artifactId>ant</artifactId>
                 <version>1.6.5</version>




More information about the hibernate-commits mailing list