You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/06/18 08:10:19 UTC

[camel] branch master updated: Update to Brave 4.13.5 which has no dep on io.zipkin.java:zipkin

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 739c1eb  Update to Brave 4.13.5 which has no dep on io.zipkin.java:zipkin
739c1eb is described below

commit 739c1ebc31f46e2111b9ef2eb1746b2921131748
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Mon Jun 18 15:33:23 2018 +0800

    Update to Brave 4.13.5 which has no dep on io.zipkin.java:zipkin
    
    Until such time as the camel-zipkin component is renovated, this
    decouples it from the `io.zipkin.java:zipkin` library which is no longer
    getting updates shortly.
---
 parent/pom.xml                                           | 2 +-
 platforms/karaf/features/src/main/resources/features.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6ab4be9..b66d437 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -99,7 +99,7 @@
     <boxjavalibv2.version>3.2.1</boxjavalibv2.version>
     <box-java-sdk-version>2.10.0</box-java-sdk-version>
     <braintree-gateway-version>2.81.0</braintree-gateway-version>
-    <brave-zipkin-version>4.13.4</brave-zipkin-version>
+    <brave-zipkin-version>4.13.5</brave-zipkin-version>
     <build-helper-maven-plugin-version>1.10</build-helper-maven-plugin-version>
     <c3p0-version>0.9.5.2</c3p0-version>
     <c3p0-bundle-version>0.9.5.2_1</c3p0-bundle-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 7fc58b3..c932b7e 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2483,7 +2483,6 @@
   <feature name='camel-zipkin' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:io.zipkin.brave/brave-core/${brave-zipkin-version}</bundle>
-    <bundle dependency='true'>mvn:io.zipkin.java/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>

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.