#45 - Polished POM for JPA Java 8 module.

This commit is contained in:
Oliver Gierke
2015-03-04 00:03:02 +01:00
parent 73be2fcddb
commit a865425657

View File

@@ -10,21 +10,9 @@
<artifactId>spring-data-jpa-java8</artifactId>
<name>Spring Data JPA - Java 8 specific features</name>
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.8.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.10.0.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>
<spring-data-releasetrain.version>Fowler-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
</project>