From commits-return-63399-archive-asf-public=cust-asf.ponee.io@camel.apache.org Mon Jun 18 10:10:21 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CEB09180679 for ; Mon, 18 Jun 2018 10:10:20 +0200 (CEST) Received: (qmail 76849 invoked by uid 500); 18 Jun 2018 08:10:19 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 76840 invoked by uid 99); 18 Jun 2018 08:10:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2018 08:10:19 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 46402807D5; Mon, 18 Jun 2018 08:10:19 +0000 (UTC) Date: Mon, 18 Jun 2018 08:10:19 +0000 To: "commits@camel.apache.org" Subject: [camel] branch master updated: Update to Brave 4.13.5 which has no dep on io.zipkin.java:zipkin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152930941902.19152.781154260419939578@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 887540e7cefc7420648d9931a93344571c2220a4 X-Git-Newrev: 739c1ebc31f46e2111b9ef2eb1746b2921131748 X-Git-Rev: 739c1ebc31f46e2111b9ef2eb1746b2921131748 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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 @@ 3.2.1 2.10.0 2.81.0 - 4.13.4 + 4.13.5 1.10 0.9.5.2 0.9.5.2_1 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 @@ camel-core mvn:io.zipkin.brave/brave-core/${brave-zipkin-version} - mvn:io.zipkin.java/zipkin/${zipkin-version} mvn:io.zipkin.zipkin2/zipkin/${zipkin-version} mvn:io.zipkin.reporter2/zipkin-reporter/${zipkin-reporter-version} mvn:io.zipkin.reporter2/zipkin-sender-urlconnection/${zipkin-reporter-version} -- To stop receiving notification emails like this one, please contact acosentino@apache.org.