summaryrefslogtreecommitdiffstats
path: root/uitest/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-08-11 22:27:35 +0300
committerVaadin Code Review <review@vaadin.com>2014-08-14 07:46:21 +0000
commit702f00f86534ec35cecd9f28bdce3d262d95e818 (patch)
tree9c454874ebbcf9ed92902b55527a36c97880464e /uitest/ivy.xml
parentc8e6c343483c4b4eaaa5b2a20b8c174c3b6c5f84 (diff)
downloadvaadin-framework-702f00f86534ec35cecd9f28bdce3d262d95e818.tar.gz
vaadin-framework-702f00f86534ec35cecd9f28bdce3d262d95e818.zip
Made Valo test UI deterministic and added TB test
Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r--uitest/ivy.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index 020543c53f..9af209662c 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -15,6 +15,7 @@
<conf name="build-provided" visibility="private" />
<conf name="ide" visibility="private" />
<conf name="jetty-run" visibility="private" />
+ <conf name="compile-theme" visibility="private" />
</configurations>
<publications>
<artifact type="war" ext="war" />
@@ -99,6 +100,13 @@
<!-- This should be removed once tests have been updated to use lang3 -->
<dependency org="commons-lang" name="commons-lang"
rev="2.6" conf="build,ide -> default" />
+
+ <dependency org="com.vaadin" name="vaadin-sass-compiler"
+ rev="${vaadin.sass.version}" conf="compile-theme->default" />
+
+ <dependency org="com.vaadin" name="vaadin-buildhelpers"
+ rev="${vaadin.version}" conf="compile-theme->build" />
+
</dependencies>
</ivy-module>