You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/01/11 01:47:07 UTC

[incubator-servicecomb-java-chassis] branch master updated: SCB-216 fix zipkin upgrade problems.

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d998e5  SCB-216 fix zipkin upgrade problems.
0d998e5 is described below

commit 0d998e5689661c8831211b8a3dbc33a2c9f3791e
Author: wujimin <wu...@huawei.com>
AuthorDate: Thu Jan 11 08:51:25 2018 +0800

    SCB-216 fix zipkin upgrade problems.
---
 spring-boot-starter/spring-cloud-zuul-zipkin/pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/spring-boot-starter/spring-cloud-zuul-zipkin/pom.xml b/spring-boot-starter/spring-cloud-zuul-zipkin/pom.xml
index ea3bc32..8e7854e 100644
--- a/spring-boot-starter/spring-cloud-zuul-zipkin/pom.xml
+++ b/spring-boot-starter/spring-cloud-zuul-zipkin/pom.xml
@@ -16,8 +16,7 @@
   ~ limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>spring-boot-starter-parent</artifactId>
@@ -42,5 +41,11 @@
       <groupId>io.zipkin.brave</groupId>
       <artifactId>brave-instrumentation-servlet</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>io.zipkin.java</groupId>
+      <artifactId>zipkin</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 </project>

-- 
To stop receiving notification emails like this one, please contact
['"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>'].