diff options
author | Jonatan Kronqvist <jonatan@vaadin.com> | 2014-04-03 09:43:16 +0300 |
---|---|---|
committer | Jonatan Kronqvist <jonatan@vaadin.com> | 2014-04-03 10:28:02 +0300 |
commit | 563b0ca0d8b7c085aa5a69a7afd352811979612b (patch) | |
tree | 5b2163519be204a879a7408b97ce33fd999f333f /uitest | |
parent | bff6f60d6522a2f3b9730aec5d30c1f50c2e9fbb (diff) | |
download | vaadin-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 'uitest')
-rw-r--r-- | uitest/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 0bd3d26efb..170ffd21cf 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -85,7 +85,7 @@ conf="ide, build->default" /> <dependency org="commons-codec" name="commons-codec" rev="1.5" conf="build,ide->default" /> - <dependency org="commons-io" name="commons-io" rev="2.2" + <dependency org="commons-io" name="commons-io" rev="${commons-io.version}" conf="build,ide->default" /> <!-- Mainly for SQLContainer tests --> <dependency org="org.hsqldb" name="hsqldb" rev="2.2.6" |