summaryrefslogtreecommitdiffstats
path: root/theme-compiler
diff options
context:
space:
mode:
authorjoheriks <joheriks@vaadin.com>2013-10-30 17:37:31 +0200
committerLeif Åstrand <leif@vaadin.com>2013-10-30 19:55:00 +0000
commitcd64fab95a168ad21af3db1f02cf230ebda8af1c (patch)
treeffd7d1491fe48a741f89efd75a167c3f7d1c7540 /theme-compiler
parent29a6a8a7cbd0560721f313bf8554be886f98e699 (diff)
downloadvaadin-framework-cd64fab95a168ad21af3db1f02cf230ebda8af1c.tar.gz
vaadin-framework-cd64fab95a168ad21af3db1f02cf230ebda8af1c.zip
Added jsoup as a testing dependency (#12735)
Change-Id: I1d77e8f1f644b35dc435b00aa96d0cdf34077383
Diffstat (limited to 'theme-compiler')
-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"