diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-11 13:05:32 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-11 13:05:32 +0300 |
commit | 5933b94b77f5db1099bc06d5d31c6d9a16890b3a (patch) | |
tree | 9b7596c71dd4c865447422f571caab931abb3fa1 /shared/ivy.xml | |
parent | bf01777881ec67b82fa26553e22eccf7f9926a1b (diff) | |
download | vaadin-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.xml | 2 |
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> |