<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.spotify</groupId>
    <artifactId>ratatool-common_2.13</artifactId>
    <packaging>jar</packaging>
    <description>A tool for random data sampling and generation</description>
    <url>https://github.com/spotify/ratatool</url>
    <version>0.3.25</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>ratatool-common</name>
    <organization>
        <name>com.spotify</name>
        <url>https://github.com/spotify/ratatool</url>
    </organization>
    <scm>
        <url>https://github.com/spotify/ratatool.git</url>
        <connection>scm:git:git@github.com:spotify/ratatool.git</connection>
    </scm>
    <developers>
        <developer>
            <id>anne-decusatis</id>
            <name>Anne DeCusatis</name>
            <url>https://twitter.com/precisememory</url>
            <email>anned@spotify.com</email>
        </developer>
        <developer>
            <id>catherinejelder</id>
            <name>Catherine Elder</name>
            <url>https://twitter.com/siegeelder</url>
            <email>siege@spotify.com</email>
        </developer>
        <developer>
            <id>idreeskhan</id>
            <name>Idrees Khan</name>
            <url>https://twitter.com/idreesxkhan</url>
            <email>me@idreeskhan.com</email>
        </developer>
        <developer>
            <id>sinisa_lyh</id>
            <name>Neville Li</name>
            <url>https://twitter.com/sinisa_lyh</url>
            <email>neville.lyh@gmail.com</email>
        </developer>
        <developer>
            <id>ravwojdyla</id>
            <name>Rafal Wojdyla</name>
            <url>https://twitter.com/ravwojdyla</url>
            <email>ravwojdyla@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>com.google.protobuf</groupId>
            <artifactId>protobuf-java</artifactId>
            <version>3.18.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.avro</groupId>
            <artifactId>avro</artifactId>
            <version>1.8.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.avro</groupId>
            <artifactId>avro</artifactId>
            <version>1.8.2</version>
            <classifier>tests</classifier>
        </dependency>
        <dependency>
            <groupId>org.apache.avro</groupId>
            <artifactId>avro-mapred</artifactId>
            <version>1.8.2</version>
            <classifier>hadoop2</classifier>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>1.7.33</version>
        </dependency>
        <dependency>
            <groupId>com.google.apis</groupId>
            <artifactId>google-api-services-bigquery</artifactId>
            <version>v2-rev20211017-1.32.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>30.1-jre</version>
        </dependency>
    </dependencies>
</project>