diff --git a/build.gradle b/build.gradle index a46f0cbc..c935ee16 100644 --- a/build.gradle +++ b/build.gradle @@ -769,10 +769,9 @@ project('jpa') { compile 'org.springframework.boot:spring-boot-starter-data-jpa' compile "org.springframework.integration:spring-integration-jpa:$springIntegrationVersion" compile "com.h2database:h2:$h2Version" - compile "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:$jpa21ApiVersion" runtime "org.springframework:spring-instrument:$springVersion" - runtime "org.hibernate:hibernate-entitymanager:$hibernateVersion" + runtime "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:$jpa21ApiVersion" runtime "org.eclipse.persistence:org.eclipse.persistence.jpa:$eclipseLinkVersion" testCompile 'org.springframework.boot:spring-boot-starter-test'