From 2376f14b7205df4454043d683c57a61483a88878 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Jan 2015 22:21:30 +0100 Subject: [PATCH] DATAREST-470 - Moved to EclipseLink JPA API JAR instead of Hibernate. --- spring-data-rest-webmvc/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 04c47207e..52b49481e 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -95,9 +95,9 @@ - org.hibernate.javax.persistence - hibernate-jpa-2.0-api - 1.0.1.Final + org.eclipse.persistence + javax.persistence + 2.0.0 true