#55 Move spring-data dependency to parent & update version

This commit is contained in:
Ilkka Seppala
2015-07-21 21:17:32 +03:00
parent 936d4c0614
commit 581ce4170e
2 changed files with 13 additions and 4 deletions

View File

@ -18,12 +18,10 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.7.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version><!-- 4.2.0.Final -->5.0.0.CR2</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>