You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/08/21 00:00:37 UTC

[incubator-servicecomb-java-chassis] branch master updated: [SCB-810] fix compile error for eclipse "Photon Release (4.8.0)"

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

ningjiang 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 e6aaeeb  [SCB-810] fix compile error for eclipse "Photon Release (4.8.0)"
e6aaeeb is described below

commit e6aaeeb8f824266b6b33f6e61f340c275f26c2c3
Author: wujimin <wu...@huawei.com>
AuthorDate: Mon Aug 20 22:49:06 2018 +0800

    [SCB-810] fix compile error for eclipse "Photon Release (4.8.0)"
---
 handlers/handler-tracing-zipkin/pom.xml       | 3 +--
 java-chassis-distribution/src/release/LICENSE | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/handlers/handler-tracing-zipkin/pom.xml b/handlers/handler-tracing-zipkin/pom.xml
index 49274c6..5077806 100644
--- a/handlers/handler-tracing-zipkin/pom.xml
+++ b/handlers/handler-tracing-zipkin/pom.xml
@@ -59,10 +59,9 @@
       <artifactId>brave-context-log4j12</artifactId>
     </dependency>
     <dependency>
-      <!-- only needed in test phase for mocking brave -->
       <groupId>io.zipkin.java</groupId>
       <artifactId>zipkin</artifactId>
-      <scope>test</scope>
+      <scope>compile</scope>
     </dependency>
 
     <dependency>
diff --git a/java-chassis-distribution/src/release/LICENSE b/java-chassis-distribution/src/release/LICENSE
index d241e54..c943057 100644
--- a/java-chassis-distribution/src/release/LICENSE
+++ b/java-chassis-distribution/src/release/LICENSE
@@ -456,5 +456,6 @@ Woodstox (https://github.com/FasterXML/woodstox) com.fasterxml.woodstox:woodstox
 Zipkin Reporter Spring Factory Beans (https://github.com/openzipkin/zipkin-reporter-java/zipkin-reporter-spring-beans) io.zipkin.reporter2:zipkin-reporter-spring-beans:jar:2.2.2
 Zipkin Reporter: Core (https://github.com/openzipkin/zipkin-reporter-java/zipkin-reporter) io.zipkin.reporter2:zipkin-reporter:jar:2.5.0
 Zipkin Sender: OkHttp 3 (https://github.com/openzipkin/zipkin-reporter-java/zipkin-sender-okhttp3) io.zipkin.reporter2:zipkin-sender-okhttp3:jar:2.2.2
-Zipkin v2 (https://github.com/openzipkin/zipkin/zipkin) io.zipkin.zipkin2:zipkin:jar:2.4.2
+Zipkin v1 (https://github.com/openzipkin/zipkin/) io.zipkin.java:zipkin:jar:2.4.2
+Zipkin v2 (https://github.com/openzipkin/zipkin/) io.zipkin.zipkin2:zipkin:jar:2.4.2
 zuul-core (https://github.com/Netflix/zuul) com.netflix.zuul:zuul-core:jar:1.3.0