diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-23 11:57:28 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-24 09:51:59 +0200 |
commit | 7b1a91f9ece0d38c74886383df3ee29d354592f8 (patch) | |
tree | 071ff5ca5ca7dfb8ee4f50da8788940b046dcf05 /themes | |
parent | 7abb4b536dc07ed19c7a1942da68fe5bb00ce4fa (diff) | |
download | vaadin-framework-7b1a91f9ece0d38c74886383df3ee29d354592f8.tar.gz vaadin-framework-7b1a91f9ece0d38c74886383df3ee29d354592f8.zip |
Build vaadin-buildhelpers with maven
Change-Id: I1b67fdc7d32d57f98bca78dba4fa190950b94507
Diffstat (limited to 'themes')
-rw-r--r-- | themes/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/ivy.xml b/themes/ivy.xml index 7bc4dfe8da..6514744efd 100644 --- a/themes/ivy.xml +++ b/themes/ivy.xml @@ -23,7 +23,7 @@ rev="${vaadin.sass.version}" conf="compile-theme->default" /> <dependency org="com.vaadin" name="vaadin-buildhelpers" - rev="${vaadin.version}" conf="compile-theme->build"> + rev="${vaadin.version}" conf="compile-theme->default"> <exclude type="pom" conf="test" /> </dependency> |