From 5c5d0bd6d40e9d3c10a9ebdec9b528cc21b3fa2e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 16 Apr 2013 11:12:35 +0200 Subject: [PATCH] DATACMNS-131 - Some pom work before the release. Upgrade to Spring Data build 1.0.3.BUILD-SNAPSHOT. Declare Spring WebMVC dependency to make sure Spring libs are pulled in consistently. --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 93ccdd21e..85d0ed68a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.data.build spring-data-parent - 1.0.2.RELEASE + 1.0.3.BUILD-SNAPSHOT ../spring-data-build/parent/pom.xml @@ -76,6 +76,12 @@ ${spring} true + + org.springframework + spring-webmvc + ${spring} + true + org.springframework