diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-14 12:18:31 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-14 12:18:31 +0300 |
commit | 1f0960de51649e0c6d3e377b6cdb7986aa355fe2 (patch) | |
tree | 4814a5013b4c50e367251ebe96d300b6698ad118 /theme-compiler/ivy.xml | |
parent | c93fafc6b7ef4652cbf47b3dba2b233be4f95a6c (diff) | |
download | vaadin-framework-1f0960de51649e0c6d3e377b6cdb7986aa355fe2.tar.gz vaadin-framework-1f0960de51649e0c6d3e377b6cdb7986aa355fe2.zip |
Include all libs for tests aswell (#9604)
Diffstat (limited to 'theme-compiler/ivy.xml')
-rw-r--r-- | theme-compiler/ivy.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index ccabff0e25..d3c12e2a63 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -27,15 +27,15 @@ <!-- Required build libs --> <dependency org="org.apache.commons" name="commons-jexl" - rev="2.1.1" conf="build,ide->default" /> + rev="2.1.1" conf="build,ide,tests->default" /> <dependency org="org.w3c.css" name="sac" rev="1.3" - conf="build,ide->default" /> + conf="build,ide,tests->default" /> <dependency org="milyn" name="flute" rev="1.3" - conf="build,ide->default" /> + conf="build,ide,tests->default" /> <dependency org="net.sourceforge.cssparser" name="cssparser" - rev="0.9.5" conf="build,ide->default" /> + rev="0.9.5" conf="build,ide,tests->default" /> <dependency org="commons-cli" name="commons-cli" rev="1.2" - conf="build,ide->default" /> + conf="build,ide,tests->default" /> <!-- Provided build libs --> <dependency org="javax.servlet" name="servlet-api" |