This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new a15ce6d Revert "Upgrade commons-compress to version 1.16" a15ce6d is described below commit a15ce6da04b084453304dd8c545ef0ba75f92070 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 6 08:59:55 2018 +0100 Revert "Upgrade commons-compress to version 1.16" This reverts commit 91b43bc45001b74cbb6509b0ebc6d76a92d9be3a. Upgrading breaks all the Karaf features using commons-compress --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3635aab..ab15639 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -139,7 +139,7 @@ <commons-beanutils-bundle-version>1.8.3_1</commons-beanutils-bundle-version> <commons-codec-version>1.11</commons-codec-version> <commons-collections-version>3.2.2</commons-collections-version> - <commons-compress-version>1.16</commons-compress-version> + <commons-compress-version>1.15</commons-compress-version> <commons-configuration-version>1.9</commons-configuration-version> <commons-configuration-bundle-version>1.9_1</commons-configuration-bundle-version> <commons-configuration2-version>2.2</commons-configuration2-version> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.