This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch remove-prop-placeholder in repository https://gitbox.apache.org/repos/asf/camel.git
commit bc9a0d577044ae17b52adfcb37d83962ed0a89a9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 20 10:11:24 2023 +0200 Remove commons-configurations 1.x and 2.x property placeholders as not used Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- parent/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 83f55d1e7fa..e3ef4933fe6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -94,8 +94,6 @@ <commons-collections4-version>4.4</commons-collections4-version> <!-- Please check CAMEL-19229 before upgrading --> <commons-compress-version>1.21</commons-compress-version> - <commons-configuration-version>1.9</commons-configuration-version> - <commons-configuration2-version>2.8.0</commons-configuration2-version> <commons-csv-version>1.10.0</commons-csv-version> <commons-cli-version>1.4</commons-cli-version> <commons-dbcp-version>1.4</commons-dbcp-version>