You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/03/29 14:45:17 UTC

[10/12] camel git commit: CAMEL-9759: camel-zipkin - Instrument Camel. Work in progress.

CAMEL-9759: camel-zipkin - Instrument Camel. Work in progress.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c6a25854
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c6a25854
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c6a25854

Branch: refs/heads/master
Commit: c6a25854b972e1a10e3e181d8cdb59087910d377
Parents: b48915a
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Mar 29 14:18:40 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 29 14:42:24 2016 +0200

----------------------------------------------------------------------
 components/camel-zipkin/pom.xml | 7 +++++--
 parent/pom.xml                  | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c6a25854/components/camel-zipkin/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-zipkin/pom.xml b/components/camel-zipkin/pom.xml
index bd82334..e5e5b31 100644
--- a/components/camel-zipkin/pom.xml
+++ b/components/camel-zipkin/pom.xml
@@ -45,12 +45,15 @@
     <dependency>
       <groupId>com.github.kristofa</groupId>
       <artifactId>brave-core</artifactId>
-      <version>3.5.0</version>
+      <version>${brave-zipkin-version}</version>
     </dependency>
+
+    <!-- for testing using a real zipkin server -->
     <dependency>
       <groupId>com.github.kristofa</groupId>
       <artifactId>brave-spancollector-scribe</artifactId>
-      <version>3.5.0</version>
+      <version>${brave-zipkin-version}</version>
+      <scope>test</scope>
     </dependency>
 
     <!-- test dependencies -->

http://git-wip-us.apache.org/repos/asf/camel/blob/c6a25854/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1005a6d..0ff8534 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -77,6 +77,7 @@
     <bouncycastle-version>1.54</bouncycastle-version>
     <boxjavalibv2.version>3.2.1</boxjavalibv2.version>
     <braintree-gateway-version>2.58.0</braintree-gateway-version>
+    <brave-zipkin-version>3.5.0</brave-zipkin-version>
     <build-helper-maven-plugin-version>1.10</build-helper-maven-plugin-version>
     <c3p0-version>0.9.5.2</c3p0-version>
     <californium-version>1.0.0-M3</californium-version>