summaryrefslogtreecommitdiffstats
path: root/shared/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-11 13:05:32 +0300
committerArtur Signell <artur@vaadin.com>2012-09-11 13:05:32 +0300
commit5933b94b77f5db1099bc06d5d31c6d9a16890b3a (patch)
tree9b7596c71dd4c865447422f571caab931abb3fa1 /shared/ivy.xml
parentbf01777881ec67b82fa26553e22eccf7f9926a1b (diff)
downloadvaadin-framework-5933b94b77f5db1099bc06d5d31c6d9a16890b3a.tar.gz
vaadin-framework-5933b94b77f5db1099bc06d5d31c6d9a16890b3a.zip
Fixed dependencies so tests also find org.json (#9539)
Diffstat (limited to 'shared/ivy.xml')
-rw-r--r--shared/ivy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/ivy.xml b/shared/ivy.xml
index 2bed3e886c..2c4b65a389 100644
--- a/shared/ivy.xml
+++ b/shared/ivy.xml
@@ -21,7 +21,7 @@
</publications>
<dependencies>
<dependency org="org.json" name="json" rev="20080701"
- conf="build,ide->default" />
+ conf="build,ide,tests->default" />
</dependencies>
</ivy-module>