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:07 UTC

[30/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/af3173fc
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/af3173fc
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/af3173fc

Branch: refs/heads/master
Commit: af3173fc512103676e46d445705ef512ed633786
Parents: 3be5d65
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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/af3173fc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cec84f6..5d170e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,8 @@
 
         <dependency>
             <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
+            <artifactId>javax.servlet-api</artifactId>
+            <version>3.1.0</version>
             <scope>provided</scope>
         </dependency>