summaryrefslogtreecommitdiffstats
path: root/client-compiler
diff options
context:
space:
mode:
authorJonatan Kronqvist <jonatan@vaadin.com>2014-04-03 09:43:16 +0300
committerJonatan Kronqvist <jonatan@vaadin.com>2014-04-03 10:28:02 +0300
commit563b0ca0d8b7c085aa5a69a7afd352811979612b (patch)
tree5b2163519be204a879a7408b97ce33fd999f333f /client-compiler
parentbff6f60d6522a2f3b9730aec5d30c1f50c2e9fbb (diff)
downloadvaadin-framework-563b0ca0d8b7c085aa5a69a7afd352811979612b.tar.gz
vaadin-framework-563b0ca0d8b7c085aa5a69a7afd352811979612b.zip
Update commons-io to the same version in all modules (#13531)
Adds a commons-io.version property to the build.properties file Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
Diffstat (limited to 'client-compiler')
-rw-r--r--client-compiler/ivy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml
index 09dce744f1..bc50e2a93e 100644
--- a/client-compiler/ivy.xml
+++ b/client-compiler/ivy.xml
@@ -53,7 +53,7 @@
rev="1.1" conf="build,ide -> default" />
<dependency org="commons-codec" name="commons-codec"
rev="1.8" conf="build,ide -> default" />
- <dependency org="commons-io" name="commons-io" rev="2.4"
+ <dependency org="commons-io" name="commons-io" rev="${commons-io.version}"
conf="build,ide -> default" />
<dependency org="org.apache.commons" name="commons-lang3"
rev="3.1" conf="build,ide -> default" />