You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2015/06/11 21:17:08 UTC

[31/50] [abbrv] struts-examples git commit: WW-4510 Upgrade spring plugin dependencies to spring version 4.x

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


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/e65afb7e
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/e65afb7e
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/e65afb7e

Branch: refs/heads/master
Commit: e65afb7e81c5af297baec6c67f7b7c5de39cd9e7
Parents: d10ec54
Author: Johannes Geppert <jo...@gmail.com>
Authored: Sun Jun 7 20:59:42 2015 +0200
Committer: Johannes Geppert <jo...@gmail.com>
Committed: Sun Jun 7 20:59:42 2015 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/e65afb7e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 07f0166..ad9ebdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,8 +37,8 @@
 
         <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
             <scope>provided</scope>
         </dependency>