summaryrefslogtreecommitdiffstats
path: root/client-compiler
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-05-11 19:55:27 +0300
committerVaadin Code Review <review@vaadin.com>2014-05-12 05:15:58 +0000
commit20f56330401e983e3682ca437ff30b22db850f03 (patch)
treeb20d96fd0281dcfe42f51754ae87d65ea085bb1f /client-compiler
parente8f0fe7a5a7ca0d5605dfeb5bc774578019b65da (diff)
downloadvaadin-framework-20f56330401e983e3682ca437ff30b22db850f03.tar.gz
vaadin-framework-20f56330401e983e3682ca437ff30b22db850f03.zip
Make SuperDevMode work again (#13682)
VNotification now works without ApplicationConnection again. Dependencies needed by codeserver are now dependencies for client-compiler Error message now takes into account that devModeRedirect is enabled by default Change-Id: I079d162d9975f99fe7b91e14ad100459c80a5587
Diffstat (limited to 'client-compiler')
-rw-r--r--client-compiler/ivy.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml
index 8c45597214..156a8d3ace 100644
--- a/client-compiler/ivy.xml
+++ b/client-compiler/ivy.xml
@@ -45,10 +45,11 @@
<dependency org="ant" name="ant-launcher" rev="1.6.5"
conf="build,ide -> default" />
- <dependency org="org.eclipse.jetty" name="jetty-server"
+ <dependency org="org.eclipse.jetty" name="jetty-distribution"
rev="8.1.12.v20130726" conf="build,ide -> default">
<exclude org="org.eclipse.jetty.orbit"></exclude>
</dependency>
+
<dependency org="org.eclipse.jetty" name="jetty-util"
rev="8.1.12.v20130726" conf="build,ide -> default" />
@@ -56,8 +57,8 @@
rev="1.1" conf="build,ide -> default" />
<dependency org="commons-codec" name="commons-codec"
rev="1.8" conf="build,ide -> default" />
- <dependency org="commons-io" name="commons-io" rev="${commons-io.version}"
- conf="build,ide -> default" />
+ <dependency org="commons-io" name="commons-io"
+ rev="${commons-io.version}" conf="build,ide -> default" />
<dependency org="org.apache.commons" name="commons-lang3"
rev="3.1" conf="build,ide -> default" />
<dependency org="org.apache.james" name="apache-mime4j"