197 lines
6.2 KiB
XML
197 lines
6.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<version>1.3.9.BUILD-SNAPSHOT</version>
|
|
<relativePath/>
|
|
</parent>
|
|
<artifactId>spring-cloud-sleuth-dependencies</artifactId>
|
|
<version>1.3.3.BUILD-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>spring-cloud-sleuth-dependencies</name>
|
|
<description>Spring Cloud Sleuth Dependencies</description>
|
|
<properties>
|
|
<zipkin.version>2.6.1</zipkin.version>
|
|
<zipkin-reporter.version>1.1.2</zipkin-reporter.version>
|
|
<zipkin-reporter2.version>2.5.0</zipkin-reporter2.version>
|
|
</properties>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-sleuth-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-sleuth-reactor</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-sleuth-zipkin-legacy</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-sleuth-stream</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-sleuth-zipkin-stream</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-zipkin-legacy</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-zipkin</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-sleuth</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.java</groupId>
|
|
<artifactId>zipkin</artifactId>
|
|
<!-- misaligned intentionally https://github.com/spring-projects/spring-boot/issues/10778-->
|
|
<version>2.6.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.zipkin2</groupId>
|
|
<artifactId>zipkin</artifactId>
|
|
<version>${zipkin.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.zipkin2</groupId>
|
|
<artifactId>zipkin</artifactId>
|
|
<type>test-jar</type>
|
|
<version>${zipkin.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.java</groupId>
|
|
<artifactId>zipkin-server</artifactId>
|
|
<version>${zipkin.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.java</groupId>
|
|
<artifactId>zipkin-autoconfigure-ui</artifactId>
|
|
<version>${zipkin.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.java</groupId>
|
|
<artifactId>zipkin-autoconfigure-storage-mysql</artifactId>
|
|
<version>${zipkin.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.java</groupId>
|
|
<artifactId>zipkin-junit</artifactId>
|
|
<version>${zipkin.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.reporter</groupId>
|
|
<artifactId>zipkin-reporter</artifactId>
|
|
<version>${zipkin-reporter.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.reporter2</groupId>
|
|
<artifactId>zipkin-reporter</artifactId>
|
|
<version>${zipkin-reporter2.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.reporter2</groupId>
|
|
<artifactId>zipkin-sender-kafka11</artifactId>
|
|
<version>${zipkin-reporter2.version}</version>
|
|
<exclusions>
|
|
<!-- assigned with spring-kafka -->
|
|
<exclusion>
|
|
<groupId>org.apache.kafka</groupId>
|
|
<artifactId>kafka-clients</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.zipkin.reporter2</groupId>
|
|
<artifactId>zipkin-sender-amqp-client</artifactId>
|
|
<version>${zipkin-reporter2.version}</version>
|
|
<exclusions>
|
|
<!-- assigned with spring-rabbit -->
|
|
<exclusion>
|
|
<groupId>com.rabbitmq</groupId>
|
|
<artifactId>amqp-client</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
<profiles>
|
|
<profile>
|
|
<id>spring</id>
|
|
<repositories>
|
|
<repository>
|
|
<id>spring-snapshots</id>
|
|
<name>Spring Snapshots</name>
|
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
</repository>
|
|
<repository>
|
|
<id>spring-milestones</id>
|
|
<name>Spring Milestones</name>
|
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
<repository>
|
|
<id>spring-releases</id>
|
|
<name>Spring Releases</name>
|
|
<url>https://repo.spring.io/release</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>spring-snapshots</id>
|
|
<name>Spring Snapshots</name>
|
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
</pluginRepository>
|
|
<pluginRepository>
|
|
<id>spring-milestones</id>
|
|
<name>Spring Milestones</name>
|
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
</profile>
|
|
</profiles>
|
|
</project>
|