[jboss-cvs] JBossAS SVN: r95519 - branches/Branch_5_x/server.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 23 13:53:27 EDT 2009
Author: smarlow at redhat.com
Date: 2009-10-23 13:53:27 -0400 (Fri, 23 Oct 2009)
New Revision: 95519
Modified:
branches/Branch_5_x/server/pom.xml
Log:
JBAS-7241 Update to Entity Manager 3.5 and JPA 2
Modified: branches/Branch_5_x/server/pom.xml
===================================================================
--- branches/Branch_5_x/server/pom.xml 2009-10-23 17:37:54 UTC (rev 95518)
+++ branches/Branch_5_x/server/pom.xml 2009-10-23 17:53:27 UTC (rev 95519)
@@ -264,8 +264,8 @@
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>ejb3-persistence</artifactId>
+ <groupId>org.hibernate.java-persistence</groupId>
+ <artifactId>jpa-api</artifactId>
</dependency>
<dependency>
More information about the jboss-cvs-commits
mailing list