<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.spotify</groupId> <artifactId>styx</artifactId> <version>1.0.9</version> </parent> <name>Spotify Styx Common</name> <artifactId>styx-common</artifactId> <dependencies> <dependency> <groupId>com.spotify</groupId> <artifactId>apollo-api</artifactId> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.norberg</groupId> <artifactId>auto-matter</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.sviperll</groupId> <artifactId>adt4j</artifactId> </dependency> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.github.rholder</groupId> <artifactId>guava-retrying</artifactId> </dependency> <dependency> <groupId>com.javaslang</groupId> <artifactId>javaslang</artifactId> </dependency> <dependency> <groupId>com.cronutils</groupId> <artifactId>cron-utils</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jdk8</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> </dependency> <dependency> <groupId>io.norberg</groupId> <artifactId>auto-matter-jackson</artifactId> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>gcloud-java-datastore</artifactId> </dependency> <dependency> <groupId>com.google.cloud.bigtable</groupId> <artifactId>bigtable-hbase-1.1</artifactId> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-tcnative-boringssl-static</artifactId> </dependency> <dependency> <groupId>com.spotify</groupId> <artifactId>styx-test</artifactId> <version>1.0.9</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.github.npathai</groupId> <artifactId>hamcrest-optional</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path-assert</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.spotify</groupId> <artifactId>styx-common</artifactId> <version>1.0.9</version> </dependency>
com.spotify:styx-common:1.0.9