Skip to content

Commit 409eeaf

Browse files
committed
DATAMONGO-1148 - Favor EclipseLink’s JPA over the Hibernate one.
1 parent 4e5e8bd commit 409eeaf

File tree

1 file changed

+3
-3
lines changed
  • spring-data-mongodb-cross-store

1 file changed

+3
-3
lines changed

spring-data-mongodb-cross-store/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<name>Spring Data MongoDB - Cross-Store Support</name>
1515

1616
<properties>
17-
<jpa>1.0.0.Final</jpa>
17+
<jpa>2.0.0</jpa>
1818
<hibernate>3.6.10.Final</hibernate>
1919
</properties>
2020

@@ -59,8 +59,8 @@
5959

6060
<!-- JPA -->
6161
<dependency>
62-
<groupId>org.hibernate.javax.persistence</groupId>
63-
<artifactId>hibernate-jpa-2.0-api</artifactId>
62+
<groupId>org.eclipse.persistence</groupId>
63+
<artifactId>javax.persistence</artifactId>
6464
<version>${jpa}</version>
6565
<optional>true</optional>
6666
</dependency>

0 commit comments

Comments
 (0)