diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-05 15:05:37 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:26 +0300 |
commit | 7551d2920f7e321ccfd5e42d764a99e63b597929 (patch) | |
tree | 8d426c96af00a51bbf00a927b6bba60342b60e21 /client-compiler | |
parent | 41d9c4569ddb345d3f99fb66874caca7df93cdde (diff) | |
download | vaadin-framework-7551d2920f7e321ccfd5e42d764a99e63b597929.tar.gz vaadin-framework-7551d2920f7e321ccfd5e42d764a99e63b597929.zip |
Snapshot deployment to Maven now works (#9299)
Diffstat (limited to 'client-compiler')
-rw-r--r-- | client-compiler/ivy.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index d824f503b2..eadf68e1c3 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -20,11 +20,14 @@ </publications> <dependencies> <dependency org="com.vaadin" name="vaadin-shared" - rev="${vaadin.version}"></dependency> + rev="${vaadin.version}" conf="build" /> <dependency org="com.vaadin" name="vaadin-server" - rev="${vaadin.version}"></dependency> + rev="${vaadin.version}" conf="build" /> <dependency org="com.vaadin" name="vaadin-client" - rev="${vaadin.version}"></dependency> + rev="${vaadin.version}" conf="build" /> + <dependency org="commons-collections" name="commons-collections" + rev="3.1" conf="build,ide -> default" /> + </dependencies> </ivy-module> |