META-INF.maven.io.zipkin.brave.brave.pom.xml Maven / Gradle / Ivy
<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> <groupId>io.zipkin.brave</groupId> <artifactId>brave-parent</artifactId> <version>4.0.2</version> </parent> <artifactId>brave</artifactId> <packaging>jar</packaging> <name>brave</name> <description>Brave</description> <url>https://github.com/kristofa/brave</url> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <main.java.version>1.6</main.java.version> <main.signature.artifact>java16</main.signature.artifact> </properties> <dependencies> <dependency> <groupId>io.zipkin.java</groupId> <artifactId>zipkin</artifactId> </dependency> <dependency> <groupId>io.zipkin.reporter</groupId> <artifactId>zipkin-reporter</artifactId> <version>${zipkin-reporter.version}</version> </dependency> <dependency> <groupId>org.jvnet</groupId> <artifactId>animal-sniffer-annotation</artifactId> <version>1.0</version> <!-- annotations are not runtime rentition, so don't need a runtime dep --> <scope>provided</scope> </dependency> <!-- for value types... don't worry. this dependency is compile only! --> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <scope>provided</scope> </dependency> <!-- to mock Platform calls --> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <version>${powermock.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <version>${powermock.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>io.opentracing</groupId> <artifactId>opentracing-api</artifactId> <version>0.20.7</version> <scope>test</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-core</artifactId> <version>${grpc.version}</version> <scope>test</scope> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy