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 252263b Camel-Geocoder: Karaf feature aligned 252263b is described below commit 252263b5101217acc72ac22ef43d4e3956f1054d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue May 12 17:11:50 2020 +0200 Camel-Geocoder: Karaf feature aligned --- platforms/karaf/features/src/main/resources/features.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 4e1099d..e99c13b 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1075,6 +1075,8 @@ </feature> <feature name='camel-geocoder' version='${project.version}' start-level='50'> <feature version='${project.version}'>camel-core</feature> + <feature version='${project.version}'>camel-jsonpath</feature> + <feature version='${project.version}'>camel-http</feature> <bundle dependency='true'>wrap:mvn:com.google.maps/google-maps-services/${google-maps-services-version}</bundle> <bundle>mvn:org.apache.camel/camel-geocoder/${project.version}</bundle> </feature>