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
commit 900a45bffd84f286ed21c2933e2ddb3f871808ca Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 30 16:52:16 2020 +0200 CAMEL-14715 - Remove hystrix bundle property placeholder (camel-karaf-migration) --- parent/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index bf6c0b2..252aaa9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -256,7 +256,6 @@ <httpasyncclient-version>4.1.4</httpasyncclient-version> <httpclient-version>3.1</httpclient-version> <hystrix-version>1.5.18</hystrix-version> - <hystrix-bundle-version>1.5.18_1</hystrix-bundle-version> <ibatis-bundle-version>2.3.4.726_4</ibatis-bundle-version> <ical4j-version>1.0.7</ical4j-version> <icu4j-version>65.1</icu4j-version>
