DATACMNS-529 - Adapt to Spring 4 upgrade.

Upgraded Servlet API version to 3.0.1 as it's required by Spring 4's test packages.
This commit is contained in:
Oliver Gierke
2014-07-01 10:37:55 +02:00
parent c899201040
commit d28c9bfd3f

View File

@@ -71,8 +71,8 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>