#61 - Fixed artifact identifier of Spring Data REST module.

This commit is contained in:
Oliver Gierke
2014-04-11 12:45:45 +02:00
parent 7bbd0e3ed0
commit d9b0b20c82

View File

@@ -66,7 +66,7 @@
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest</artifactId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>