summaryrefslogtreecommitdiffstats
path: root/theme-compiler
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-14 12:00:09 +0300
committerArtur Signell <artur@vaadin.com>2012-09-14 12:00:40 +0300
commitc93fafc6b7ef4652cbf47b3dba2b233be4f95a6c (patch)
tree0efbe76def09f7f0b5b47434ce9d32e108c150fe /theme-compiler
parent49609bb9caeb732eaf03f10abc2efc887a9fbab6 (diff)
downloadvaadin-framework-c93fafc6b7ef4652cbf47b3dba2b233be4f95a6c.tar.gz
vaadin-framework-c93fafc6b7ef4652cbf47b3dba2b233be4f95a6c.zip
Changed servlet api dependency to 2.4 (#9605)
Diffstat (limited to 'theme-compiler')
-rw-r--r--theme-compiler/ivy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml
index 17ea1952a9..ccabff0e25 100644
--- a/theme-compiler/ivy.xml
+++ b/theme-compiler/ivy.xml
@@ -39,7 +39,7 @@
<!-- Provided build libs -->
<dependency org="javax.servlet" name="servlet-api"
- rev="2.5" conf="build-provided->default" />
+ rev="2.4" conf="build-provided->default" />
<!-- Testing libs -->
<dependency org="junit" name="junit" rev="4.5"