From 409eeaf962f5afd027da924fffc69fac29369e08 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Jan 2015 21:43:46 +0100 Subject: [PATCH] =?UTF-8?q?DATAMONGO-1148=20-=20Favor=20EclipseLink?= =?UTF-8?q?=E2=80=99s=20JPA=20over=20the=20Hibernate=20one.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-data-mongodb-cross-store/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-data-mongodb-cross-store/pom.xml b/spring-data-mongodb-cross-store/pom.xml index 40e8a0f25..c7610beee 100644 --- a/spring-data-mongodb-cross-store/pom.xml +++ b/spring-data-mongodb-cross-store/pom.xml @@ -14,7 +14,7 @@ Spring Data MongoDB - Cross-Store Support - 1.0.0.Final + 2.0.0 3.6.10.Final @@ -59,8 +59,8 @@ - org.hibernate.javax.persistence - hibernate-jpa-2.0-api + org.eclipse.persistence + javax.persistence ${jpa} true