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 3d55942 Fixed camel-opentracing Karaf feature 3d55942 is described below commit 3d5594281bf83d6f58a13fe838aef6f118041b44 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jul 20 11:33:45 2020 +0200 Fixed camel-opentracing 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 4e1239f..b141b43 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -2004,6 +2004,7 @@ <feature version='${project.version}'>camel-core</feature> <bundle dependency='true'>wrap:mvn:io.opentracing/opentracing-api/${opentracing-version}</bundle> <bundle dependency='true'>wrap:mvn:io.opentracing/opentracing-noop/${opentracing-version}</bundle> + <bundle dependency='true'>wrap:mvn:io.opentracing/opentracing-util/${opentracing-version}</bundle> <bundle dependency='true'>wrap:mvn:io.opentracing.contrib/opentracing-tracerresolver/${opentracing-tracerresolver-version}</bundle> <bundle>mvn:org.apache.camel/camel-opentracing/${project.version}</bundle> </feature>