diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-04-23 16:26:35 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-04-23 13:36:30 +0000 |
commit | f8c43317db44bb42c62f8280e8824daa2689ae1f (patch) | |
tree | 20d340b75bcae4d4344a8b8b53d029d6aab52ec0 /push/ivy.xml | |
parent | 02d6e3ed61139e23a2ba431001d48c48a1aecc61 (diff) | |
download | vaadin-framework-f8c43317db44bb42c62f8280e8824daa2689ae1f.tar.gz vaadin-framework-f8c43317db44bb42c62f8280e8824daa2689ae1f.zip |
Add patched AtmosphereFramework without support message (#11654)
Change-Id: If0c236cf696d744b55a5288d4622b5d16e07a5cc
Diffstat (limited to 'push/ivy.xml')
-rw-r--r-- | push/ivy.xml | 6 |
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"> |