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
The following commit(s) were added to refs/heads/master by this push: new d3a2055 CAMEL-13471 - Aligned the Karaf feature d3a2055 is described below commit d3a2055204be929d2aa4143ac8272f7a6831c471 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 30 16:00:37 2019 +0200 CAMEL-13471 - Aligned the Karaf 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 14839f3..2eed22a 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -660,6 +660,7 @@ <feature version='${project.version}'>camel-core</feature> <bundle>wrap:mvn:org.eclipse.californium/californium-core/${californium-version}</bundle> <bundle>wrap:mvn:org.eclipse.californium/element-connector/${californium-version}</bundle> + <bundle>wrap:mvn:org.eclipse.californium/element-connector-tcp/${californium-version}</bundle> <bundle>wrap:mvn:org.eclipse.californium/scandium/${californium-version}</bundle> <bundle>mvn:org.apache.camel/camel-coap/${project.version}</bundle> </feature>