diff options
author | Henri Sara <hesara@vaadin.com> | 2016-04-18 16:59:29 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-04-18 16:59:29 +0300 |
commit | 27031d0971e9e558e079934247b2dfa8df5464d7 (patch) | |
tree | 3a6ad912a65aba6e5accc32381cd9687bf6e38d5 /uitest/pom.xml | |
parent | c162767ef314c566e6644d648dfaa5f594306054 (diff) | |
download | vaadin-framework-27031d0971e9e558e079934247b2dfa8df5464d7.tar.gz vaadin-framework-27031d0971e9e558e079934247b2dfa8df5464d7.zip |
Fixes for DevelopmentServerLauncher
Makes it possible to run DSL in the uitest project using the same
configuration as before.
Note that this change might not fix all issues with DSL.
Change-Id: Ie69a97e79247d6c211eb0762c4d4def3499b88ae
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index ee47dcf56e..3ec2454d8a 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -115,7 +115,6 @@ <version>3.0.1</version> <scope>provided</scope> </dependency> -<!-- <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> @@ -128,9 +127,7 @@ </exclusions> <scope>provided</scope> </dependency> ---> <!-- jetty-servlets needed by ProxyTest, but not by jetty-runner --> -<!-- <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlets</artifactId> @@ -192,7 +189,7 @@ </exclusions> <scope>provided</scope> </dependency> ---> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |