From ec6ee8e291053edc7c8631be06ddaac8119f8afd 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 11063ce98..01c2a3aba 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -97,9 +97,9 @@ - org.hibernate.javax.persistence - hibernate-jpa-2.0-api - 1.0.1.Final + org.eclipse.persistence + javax.persistence + 2.0.0 true @@ -130,7 +130,7 @@ ${springdata.neo4j} test - +