summaryrefslogtreecommitdiffstats
path: root/build/ivy/buildhelpers-ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build/ivy/buildhelpers-ivy.xml')
-rw-r--r--build/ivy/buildhelpers-ivy.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/build/ivy/buildhelpers-ivy.xml b/build/ivy/buildhelpers-ivy.xml
index afccd85973..13e89eb734 100644
--- a/build/ivy/buildhelpers-ivy.xml
+++ b/build/ivy/buildhelpers-ivy.xml
@@ -8,6 +8,12 @@
</configurations>
<publications />
<dependencies>
- <dependency org="com.carrotsearch" name="smartsprites" rev="0.2.3-itmill" conf="compile->compile(*),master(*)"/>
+ <dependency org="com.carrotsearch" name="smartsprites" rev="0.2.3-itmill" conf="compile->compile(*),master(*)"/>
+
+ <!-- These come with GWT for Vaadin JAR but are needed to compile CompileDefaultTheme -->
+ <!--
+ <dependency org="org.w3c.css" name="sac" rev="1.3" conf="compile->compile(*),master(*)"/>
+ <dependency org="org.w3c" name="flute" rev="1.2" conf="compile->compile(*),master(*)"/>
+ -->
</dependencies>
</ivy-module> \ No newline at end of file