summaryrefslogtreecommitdiffstats
path: root/client-compiler/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client-compiler/ivy.xml')
-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>