aboutsummaryrefslogtreecommitdiffstats
path: root/buildhelpers/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'buildhelpers/ivy.xml')
-rw-r--r--buildhelpers/ivy.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml
index 21c2a808cc..df25cc84e5 100644
--- a/buildhelpers/ivy.xml
+++ b/buildhelpers/ivy.xml
@@ -29,6 +29,13 @@
</publications>
<dependencies>
<dependency org="commons-io" name="commons-io" rev="2.2" />
+ <dependency org="commons-cli" name="commons-cli" rev="1.2" />
+ <dependency org="com.vaadin" name="vaadin-sass-compiler"
+ rev="${vaadin.sass.version}" />
+
+ <!-- Internally used, for now -->
+ <dependency org="com.carrotsearch" name="smartsprites"
+ rev="0.2.10" />
</dependencies>
</ivy-module>