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.
This commit is contained in:
Oliver Gierke
2013-04-16 11:12:35 +02:00
parent 3036800b9b
commit 5c5d0bd6d4

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.0.2.RELEASE</version>
<version>1.0.3.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@@ -76,6 +76,12 @@
<version>${spring}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>