diff --git a/pom.xml b/pom.xml index 5a0e02095..19ba0db00 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ UTF-8 5.0.0.CR2 + 1.8.1.RELEASE 1.4.187 4.12 3.0 @@ -72,11 +73,21 @@ - + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + org.springframework.data + spring-data-jpa + ${spring-data.version} + com.h2database h2 diff --git a/repository/pom.xml b/repository/pom.xml index ddd69942f..573f49d1e 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -18,12 +18,10 @@ org.springframework.data spring-data-jpa - 1.7.1.RELEASE org.hibernate hibernate-entitymanager - 5.0.0.CR2 org.postgresql