liubao68 closed pull request #502: [SCB-216] fix zipkin upgrade problems. URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/502
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/spring-boot-starter/spring-cloud-zuul-zipkin/pom.xml b/spring-boot-starter/spring-cloud-zuul-zipkin/pom.xml index ea3bc3256..8e7854e28 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> ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
