summaryrefslogtreecommitdiffstats
path: root/uitest/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-10-31 12:39:12 +0200
committerVaadin Code Review <review@vaadin.com>2013-10-31 15:57:07 +0000
commit7b120fc196a0517c95a5d8f93c4b72c5b9a72a0b (patch)
treed10286eadfb04917a1b9d209a86497088d88df09 /uitest/ivy.xml
parent137642958a62dfc081e2b7242318f8ce4ef59304 (diff)
downloadvaadin-framework-7b120fc196a0517c95a5d8f93c4b72c5b9a72a0b.tar.gz
vaadin-framework-7b120fc196a0517c95a5d8f93c4b72c5b9a72a0b.zip
Tests for validating reconnect works for streaming and websockets (#12868,#12853,#12852)
Change-Id: I0e1e51291e9275a78737ad0e70e63b75ef993a63
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r--uitest/ivy.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index d75a591f94..9c86b2b68c 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -73,7 +73,8 @@
<dependency org="junit" name="junit" rev="4.11"
conf="build,ide -> default" />
-
+ <dependency org="com.jcraft" name="jsch" rev="0.1.50"
+ conf="ide, build->default" />
<dependency org="commons-codec" name="commons-codec"
rev="1.5" conf="build,ide->default" />
<dependency org="commons-io" name="commons-io" rev="2.2"