aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--theme-compiler/ivy.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml
index 7b99b2cdaa..0f84966508 100644
--- a/theme-compiler/ivy.xml
+++ b/theme-compiler/ivy.xml
@@ -42,6 +42,8 @@
<!-- Testing libs -->
<dependency org="junit" name="junit" rev="4.11"
conf="ide,test -> default" />
+ <dependency org="org.jsoup" name="jsoup" rev="1.6.3"
+ conf="ide,test -> default" />
<!-- Internally used, for now -->
<dependency org="com.carrotsearch" name="smartsprites"