summaryrefslogtreecommitdiffstats
path: root/server/ivy.xml
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 /server/ivy.xml
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 'server/ivy.xml')
-rw-r--r--server/ivy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/ivy.xml b/server/ivy.xml
index abbdced15f..1b1b49d78c 100644
--- a/server/ivy.xml
+++ b/server/ivy.xml
@@ -74,7 +74,7 @@
conf="test,ide-> default" transitive="true" />
<dependency org="org.hsqldb" name="hsqldb" rev="2.2.6"
conf="test,ide -> default" />
- <dependency org="commons-io" name="commons-io" rev="2.2"
+ <dependency org="commons-io" name="commons-io" rev="${commons-io.version}"
conf="test->default" />
<dependency org="commons-lang" name="commons-lang"
rev="2.6" conf="test,ide->default" />