Upgraded to Spring Data Dijkstra GA release.

This commit is contained in:
Oliver Gierke
2014-05-21 11:07:32 +02:00
parent b67ec8bd6e
commit c3afe35d2f
7 changed files with 19 additions and 32 deletions

View File

@@ -10,20 +10,20 @@
<artifactId>spring-data-jpa-java8</artifactId>
<name>Spring Data JPA - Java 8 specific features</name>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</dependency>
<dependency>
<groupId>org.jadira.usertype</groupId>
<artifactId>usertype.extended</artifactId>
<version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>