summaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
diff options
context:
space:
mode:
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>