diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-05 21:14:27 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:35 +0300 |
commit | c14a2cea8dcbeb02442d1888101d4b22cd2d6e6e (patch) | |
tree | 31998a5f97f3a3e999cba2ea890875c9b09b6191 /client-compiler | |
parent | f871b85e3175177461ac5d06a68734f5ec7b94a2 (diff) | |
download | vaadin-framework-c14a2cea8dcbeb02442d1888101d4b22cd2d6e6e.tar.gz vaadin-framework-c14a2cea8dcbeb02442d1888101d4b22cd2d6e6e.zip |
Added missing dependencies (#9299)
Diffstat (limited to 'client-compiler')
-rw-r--r-- | client-compiler/ivy.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index eadf68e1c3..3e8b46d77b 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -27,6 +27,8 @@ rev="${vaadin.version}" conf="build" /> <dependency org="commons-collections" name="commons-collections" rev="3.1" conf="build,ide -> default" /> + <dependency org="ant" name="ant" + rev="1.6.5" conf="build,ide -> default" /> </dependencies> |