DATAREST-470 - Moved to EclipseLink JPA API JAR instead of Hibernate.

This commit is contained in:
Oliver Gierke
2015-01-27 22:21:30 +01:00
parent 3eb0691d95
commit ec6ee8e291

View File

@@ -97,9 +97,9 @@
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.1.Final</version>
<groupId>org.eclipse.persistence</groupId>
<artifactId>javax.persistence</artifactId>
<version>2.0.0</version>
<optional>true</optional>
</dependency>
@@ -130,7 +130,7 @@
<version>${springdata.neo4j}</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>