Sync up versions used in Maven integration tests

Fixes gh-1797
This commit is contained in:
Phillip Webb
2014-11-13 18:44:10 -08:00
parent 345ced1675
commit 3a9d6242ea
14 changed files with 40 additions and 30 deletions

View File

@@ -43,12 +43,12 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.0.5.RELEASE</version>
<version>@spring.version@</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<version>@servlet-api.version@</version>
<scope>provided</scope>
</dependency>
</dependencies>