diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-14 12:00:09 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-14 12:00:40 +0300 |
commit | c93fafc6b7ef4652cbf47b3dba2b233be4f95a6c (patch) | |
tree | 0efbe76def09f7f0b5b47434ce9d32e108c150fe /uitest/ivy.xml | |
parent | 49609bb9caeb732eaf03f10abc2efc887a9fbab6 (diff) | |
download | vaadin-framework-c93fafc6b7ef4652cbf47b3dba2b233be4f95a6c.tar.gz vaadin-framework-c93fafc6b7ef4652cbf47b3dba2b233be4f95a6c.zip |
Changed servlet api dependency to 2.4 (#9605)
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 00a5dce703..a261c741a1 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -23,9 +23,9 @@ <dependency org="javax.validation" name="validation-api" rev="1.0.0.GA" conf="build,ide -> default,sources" /> - <!--Servlet API version 2.5 --> + <!-- Servlet API --> <dependency org="javax.servlet" name="servlet-api" - rev="2.5" conf="build-provided,ide -> default" /> + rev="2.4" conf="build-provided,ide -> default" /> <!-- Google App Engine --> <dependency org="com.google.appengine" name="appengine-api-1.0-sdk" rev="1.2.1" conf="build-provided,ide -> default" /> |