[hibernate-commits] Hibernate SVN: r19997 - in core/trunk: envers and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jul 21 15:23:21 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-07-21 15:23:21 -0400 (Wed, 21 Jul 2010)
New Revision: 19997

Removed:
   core/trunk/annotations/
Modified:
   core/trunk/envers/pom.xml
   core/trunk/pom.xml
Log:
HHH-5181 - Merge hibernate-annotations module code into hibernate-core


Modified: core/trunk/envers/pom.xml
===================================================================
--- core/trunk/envers/pom.xml	2010-07-21 19:04:40 UTC (rev 19996)
+++ core/trunk/envers/pom.xml	2010-07-21 19:23:21 UTC (rev 19997)
@@ -135,11 +135,6 @@
             </dependency>
             <dependency>
                 <groupId>org.hibernate</groupId>
-                <artifactId>hibernate-annotations</artifactId>
-                <version>${version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.hibernate</groupId>
                 <artifactId>hibernate-entitymanager</artifactId>
                 <version>${version}</version>
             </dependency>

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2010-07-21 19:04:40 UTC (rev 19996)
+++ core/trunk/pom.xml	2010-07-21 19:23:21 UTC (rev 19997)
@@ -28,7 +28,6 @@
         <module>cache-swarmcache</module>
         <module>connection-c3p0</module>
         <module>connection-proxool</module>
-        <module>annotations</module>
         <module>envers</module>
         <module>jdbc3-testing</module>
         <module>cache-infinispan</module>



More information about the hibernate-commits mailing list