diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-18 19:32:05 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-18 20:05:57 +0300 |
commit | a836efc40cbda8cf0e8548b4b6cf4cf2a0e0026e (patch) | |
tree | 53aecbb6243ec10ab6e55a83b309ed791dea04ab /uitest/pom.xml | |
parent | e10ec4ca0d5ff06f5dacc790d58c6390ba21675d (diff) | |
download | vaadin-framework-a836efc40cbda8cf0e8548b4b6cf4cf2a0e0026e.tar.gz vaadin-framework-a836efc40cbda8cf0e8548b4b6cf4cf2a0e0026e.zip |
Define common test dependencies in the main pom file
Change-Id: I7d5897384f1172befbc852e27a7372104e7820da
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index 20e800bdcd..989b58dc9d 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -166,16 +166,6 @@ </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> </dependency> |