WW-4510 Upgrade spring plugin dependencies to spring version 4.x

- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher
This commit is contained in:
Johannes Geppert
2015-06-07 20:59:42 +02:00
parent 8aa389e376
commit 243c92bf46
19 changed files with 263 additions and 30 deletions
+9
View File
@@ -97,6 +97,15 @@
<scope>test</scope>
</dependency>
<!-- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher.
This is only necessary in tests-->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>