This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit 6d9d5ac8ab9429186fa096acaceca55850b3c116 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed May 12 13:01:19 2021 +0200 Removed Cassandra version placeholders since no camel-cassandraql feature is present anymore --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index d986c77..b29fedf 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,6 @@ <braintree-jackson2-version>2.12.3</braintree-jackson2-version> <build-helper-maven-plugin-version>1.12</build-helper-maven-plugin-version> <c3p0-bundle-version>0.9.5.5_1</c3p0-bundle-version> - <cassandra-metrics-version>4.1.6</cassandra-metrics-version> <cassandra-shaded-guava>25.1-jre-graal-sub-1</cassandra-shaded-guava> <chunk-templates-bundle-version>3.6.1_1</chunk-templates-bundle-version> <cometd-java-server-bundle-version>2.3.1_2</cometd-java-server-bundle-version>
