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.git
commit fa85cdbbed12326f7c34699424cd96895da4e7a3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 21 16:22:12 2021 +0200 Camel-Solr: Use the solr zookeeper version property placeholder --- components/camel-solr/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml index c29b2ec..f6358db 100644 --- a/components/camel-solr/pom.xml +++ b/components/camel-solr/pom.xml @@ -70,7 +70,7 @@ <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> - <version>3.6.2</version> + <version>${solr-zookeeper-version}</version> </dependency> <!-- test dependencies -->