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

@@ -38,12 +38,12 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<version>@log4j.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>
<dependency>