aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/ivy.xml')
-rw-r--r--theme-compiler/ivy.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml
index be6a1d7021..1876a0fed1 100644
--- a/theme-compiler/ivy.xml
+++ b/theme-compiler/ivy.xml
@@ -27,9 +27,9 @@
<dependency org="com.vaadin" name="vaadin-buildhelpers"
rev="${vaadin.version}" conf="build"></dependency>
<dependency org="junit" name="junit" rev="4.5"
- conf="tests -> master" />
+ conf="tests -> default" />
<dependency org="net.sourceforge.cssparser" name="cssparser"
- rev="0.9.5" conf="tests,ide->master" />
+ rev="0.9.5" conf="tests,ide->default" />
</dependencies>
</ivy-module>