summaryrefslogtreecommitdiffstats
path: root/themes/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/ivy.xml')
-rw-r--r--themes/ivy.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/ivy.xml b/themes/ivy.xml
index beb1b16a00..f4cc507041 100644
--- a/themes/ivy.xml
+++ b/themes/ivy.xml
@@ -19,8 +19,13 @@
<artifact type="pom" ext="pom" />
</publications>
<dependencies>
- <dependency org="com.vaadin" name="vaadin-theme-compiler"
- rev="${vaadin.version}" conf="compile-theme->build" />
+ <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">
+ <exclude type="pom" conf="test" />
+ </dependency>
</dependencies>
</ivy-module>