summaryrefslogtreecommitdiffstats
path: root/uitest/ivy.xml
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-10-08 08:11:51 +0300
committerVaadin Code Review <review@vaadin.com>2012-10-08 10:35:02 +0000
commit13d5b3e98954c2ade382305f8d044b2b49fdbd0b (patch)
tree37559368471cbed3a9ea159261869bcf5c82e52a /uitest/ivy.xml
parent6337f8f8ccb88014f7a3d269332661ec8183b758 (diff)
downloadvaadin-framework-13d5b3e98954c2ade382305f8d044b2b49fdbd0b.tar.gz
vaadin-framework-13d5b3e98954c2ade382305f8d044b2b49fdbd0b.zip
Bootstrap UI using relative URLs with servlets (#6771)
* Configure widgetset using URLs relative to the requested page * Provide a Util method for getting an absolute URL from a relative URL * Test by using an embedded Jetty acting as a transparent proxy * Make /embed1 use the Buttons test to enable testing UIDL requests Change-Id: I4ef9b40e3954ae16b682d743a339f4360db40d4d
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r--uitest/ivy.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index a261c741a1..ce80832689 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -49,6 +49,8 @@
mapping problem) -->
<dependency org="org.eclipse.jetty" name="jetty-server"
rev="7.4.5.v20110725" conf="build-provided, ide, jetty-run->default" />
+ <dependency org="org.eclipse.jetty" name="jetty-servlets"
+ rev="7.4.5.v20110725" conf="build-provided, ide, jetty-run->default" />
<!-- <dependency org="org.mortbay.jetty" name="jetty-util" -->
<!-- rev="8.1.5.v20120716" conf="build,ide,jetty-run->default" /> -->
<dependency org="org.eclipse.jetty" name="jetty-webapp"