Browse Source

Make DevelopmentServerLauncher work again

Change-Id: I2014aa3f491cb18a81de15ac992faddfa4762ac8
tags/8.0.0.alpha1
Artur Signell 7 years ago
parent
commit
1a1d03125c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      uitest/pom.xml

+ 2
- 0
uitest/pom.xml View File

@@ -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>


Loading…
Cancel
Save