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

This commit is contained in:
Oliver Gierke
2014-04-11 12:46:48 +02:00
parent 6065fa9a0c
commit 526d0c3c05

View File

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