You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/01/09 00:50:08 UTC

[GitHub] WillemJiang commented on a change in pull request #488: [SCB-172] upgrade zipkin libraries to zipkin2

WillemJiang commented on a change in pull request #488: [SCB-172] upgrade zipkin libraries to zipkin2
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/488#discussion_r160295645
 
 

 ##########
 File path: integration-tests/pom.xml
 ##########
 @@ -54,10 +54,15 @@
         <version>0.6.0-SNAPSHOT</version>
         <type>test-jar</type>
       </dependency>
+      <dependency>
+        <groupId>io.zipkin.zipkin2</groupId>
+        <artifactId>zipkin</artifactId>
+        <version>2.4.2</version>
 
 Review comment:
   We don't need to specify the version here, the dependency pom can take care of it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services