[hibernate-commits] Hibernate SVN: r17328 - core/trunk/entitymanager.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Aug 15 16:54:30 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-08-15 16:54:30 -0400 (Sat, 15 Aug 2009)
New Revision: 17328

Modified:
   core/trunk/entitymanager/pom.xml
Log:
set jpa-api and hibernate-commons-annotations versions to use

Modified: core/trunk/entitymanager/pom.xml
===================================================================
--- core/trunk/entitymanager/pom.xml	2009-08-15 20:51:45 UTC (rev 17327)
+++ core/trunk/entitymanager/pom.xml	2009-08-15 20:54:30 UTC (rev 17328)
@@ -84,11 +84,6 @@
             </dependency>
             <dependency>
                 <groupId>org.hibernate</groupId>
-                <artifactId>hibernate-commons-annotations</artifactId>
-                <version>3.2.0-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.hibernate</groupId>
                 <artifactId>hibernate-annotations</artifactId>
                 <version>${version}</version>
             </dependency>



More information about the hibernate-commits mailing list