aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-19 16:59:48 +0300
committerArtur Signell <artur@vaadin.com>2016-08-19 17:00:15 +0300
commit1a1d03125c9db77ccc49c5f432734e2339bc860c (patch)
tree4ae5659ff3512bace628e0fbf7cd1c4e7e3f538c /uitest/pom.xml
parentd4dfb581605a632b0f709701f9cac368458e121d (diff)
downloadvaadin-framework-1a1d03125c9db77ccc49c5f432734e2339bc860c.tar.gz
vaadin-framework-1a1d03125c9db77ccc49c5f432734e2339bc860c.zip
Make DevelopmentServerLauncher work again
Change-Id: I2014aa3f491cb18a81de15ac992faddfa4762ac8
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r--uitest/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index 1afa592974..63e1f92a42 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -169,8 +169,10 @@
<!-- Servlet API -->
<dependency>
+ <!-- Jetty requires 3.1.0 -->
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
+ <version>3.1.0</version>
<scope>provided</scope>
</dependency>