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 /buildhelpers | |
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 'buildhelpers')
-rw-r--r-- | buildhelpers/ivy.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index df25cc84e5..9117721444 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -28,7 +28,8 @@ </publications> <dependencies> - <dependency org="commons-io" name="commons-io" rev="2.2" /> + <!-- client-compiler, server and uitest also use commons-io --> + <dependency org="commons-io" name="commons-io" rev="${commons-io.version}" /> <dependency org="commons-cli" name="commons-cli" rev="1.2" /> <dependency org="com.vaadin" name="vaadin-sass-compiler" rev="${vaadin.sass.version}" /> |