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
commit 937e5a19163fb1a833baa8478f606ed4fee0ad7b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 25 13:12:55 2019 +0200 Revert "CAMEL-13508 - Camel-Zipkin: Move to new Apache coordinates" This reverts commit 389dbf07fb62ec3fda52f317015cd5ac69884e0e. --- platforms/karaf/features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 6f0ecbf..df10f45 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -2796,7 +2796,7 @@ <feature version='${project.version}'>camel-core</feature> <bundle dependency='true'>mvn:io.zipkin.brave/brave/${brave-zipkin-version}</bundle> <bundle dependency='true'>wrap:mvn:io.zipkin.brave/brave-context-slf4j/${brave-zipkin-version}</bundle> - <bundle dependency='true'>mvn:org.apache.zipkin.zipkin2/zipkin/${zipkin-version}</bundle> + <bundle dependency='true'>mvn:io.zipkin.zipkin2/zipkin/${zipkin-version}</bundle> <bundle dependency='true'>mvn:io.zipkin.reporter2/zipkin-reporter/${zipkin-reporter-version}</bundle> <bundle dependency='true'>mvn:io.zipkin.reporter2/zipkin-sender-urlconnection/${zipkin-reporter-version}</bundle> <bundle dependency='true'>mvn:io.zipkin.reporter2/zipkin-sender-libthrift/${zipkin-reporter-version}</bundle>