summaryrefslogtreecommitdiffstats
path: root/push/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'push/ivy.xml')
-rw-r--r--push/ivy.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/push/ivy.xml b/push/ivy.xml
index 6e648bfc01..d847e21ace 100644
--- a/push/ivy.xml
+++ b/push/ivy.xml
@@ -25,7 +25,11 @@
<!-- API DEPENDENCIES -->
-
+
+ <!--Servlet API version 2.4 -->
+ <dependency org="javax.servlet" name="servlet-api"
+ rev="2.4" conf="build-provided,ide,test -> default" />
+
<!-- Atmosphere -->
<dependency org="org.atmosphere" name="atmosphere-runtime" rev="1.0.12"
conf="build,ide,test -> default">