diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-09-04 13:41:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 13:41:44 +0300 |
commit | 8f61b4c52906f4fe0417ca35d3995179b4f1b9df (patch) | |
tree | 3ef78cdc200995984e942a1daa70394f398c52ee /uitest/pom.xml | |
parent | c60caac02adc97d0b075cea6b22c9829fc0db1d2 (diff) | |
download | vaadin-framework-8f61b4c52906f4fe0417ca35d3995179b4f1b9df.tar.gz vaadin-framework-8f61b4c52906f4fe0417ca35d3995179b4f1b9df.zip |
Upgrade to new Atmosphere (#11122), replace SSH proxy with java-based trivial one, fix tests
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index 3b547b4d43..aa4f1f041e 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -180,10 +180,6 @@ </dependency> <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jsch</artifactId> - </dependency> - <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> |