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-karaf.git
The following commit(s) were added to refs/heads/master by this push: new 4dab361 Fixed camel-elasticsearch-rest feature 4dab361 is described below commit 4dab361278d1c5df6c0f2a54f9043fd696672750 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Aug 21 19:15:05 2020 +0200 Fixed camel-elasticsearch-rest feature --- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index caa14a4..77825f7 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -976,6 +976,7 @@ <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch/${elasticsearch-rest-bundle-version}</bundle> <bundle dependency='true'>mvn:org.apache.logging.log4j/log4j-core/${log4j2-version}</bundle> <bundle dependency='true'>mvn:org.apache.logging.log4j/log4j-api/${log4j2-version}</bundle> + <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.mustache-compiler/${mustache-bundle-version}</bundle> <bundle>mvn:org.apache.camel/camel-elasticsearch-rest/${project.version}</bundle> </feature> <feature name='camel-etcd' version='${project.version}' start-level='50'>