summaryrefslogtreecommitdiffstats
path: root/client-compiler
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-05-13 18:33:08 +0300
committerArtur Signell <artur@vaadin.com>2014-05-13 18:33:16 +0300
commitc5122e37137b8be9d0b4b2ae25257da6a5824522 (patch)
treee65c4b3e23ca2f1aa34b8edc07ffe963be0b93e5 /client-compiler
parent1f44f464ad4e86475f00817de831b021ea49acfc (diff)
downloadvaadin-framework-c5122e37137b8be9d0b4b2ae25257da6a5824522.tar.gz
vaadin-framework-c5122e37137b8be9d0b4b2ae25257da6a5824522.zip
Use more appropriate dependencies for Jetty (#13682)
Change-Id: Ic977ae403068e41a64eabc42cd00c4a933d02a95
Diffstat (limited to 'client-compiler')
-rw-r--r--client-compiler/ivy.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml
index 156a8d3ace..0b87069f2c 100644
--- a/client-compiler/ivy.xml
+++ b/client-compiler/ivy.xml
@@ -45,7 +45,11 @@
<dependency org="ant" name="ant-launcher" rev="1.6.5"
conf="build,ide -> default" />
- <dependency org="org.eclipse.jetty" name="jetty-distribution"
+ <dependency org="org.eclipse.jetty" name="jetty-annotations"
+ rev="8.1.12.v20130726" conf="build,ide -> default">
+ <exclude org="org.eclipse.jetty.orbit"></exclude>
+ </dependency>
+ <dependency org="org.eclipse.jetty" name="jetty-servlets"
rev="8.1.12.v20130726" conf="build,ide -> default">
<exclude org="org.eclipse.jetty.orbit"></exclude>
</dependency>