diff options
Diffstat (limited to 'theme-compiler')
-rw-r--r-- | theme-compiler/ivy.xml | 2 |
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" |