<?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>noether-tfx_2.12</artifactId>
    <packaging>jar</packaging>
    <description>TFX adapters</description>
    <url>https://github.com/spotify/noether</url>
    <version>0.3.2</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>noether-tfx</name>
    <organization>
        <name>com.spotify</name>
        <url>https://github.com/spotify/noether</url>
    </organization>
    <scm>
        <url>https://github.com/spotify/noether.git</url>
        <connection>scm:git:git@github.com:spotify/noether.git</connection>
    </scm>
    <developers>
        <developer>
            <id>rwhitcomb</id>
            <name>Richard Whitcomb</name>
            <email>richwhitjr@gmail.com</email>
            <url>https://twitter.com/rwhitcomb</url>
        </developer>
        <developer>
            <id>fallonfofallon</id>
            <name>Fallon Chen</name>
            <email>fallon@spotify.com</email>
            <url>https://twitter.com/fallonfofallon</url>
        </developer>
        <developer>
            <id>regadas</id>
            <name>Filipe Regadas</name>
            <email>filiperegadas@gmail.com</email>
            <url>https://twitter.com/regadas</url>
        </developer>
        <developer>
            <id>andrewsmartin</id>
            <name>Andrew Martin</name>
            <email>andrewsmartin.mg@gmail.com</email>
            <url>https://twitter.com/andrew_martin92</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.7</version>
        </dependency>
        <dependency>
            <groupId>com.spotify</groupId>
            <artifactId>noether-core_2.12</artifactId>
            <version>0.3.2</version>
        </dependency>
        <dependency>
            <groupId>com.google.protobuf</groupId>
            <artifactId>protobuf-java</artifactId>
            <version>3.3.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalanlp</groupId>
            <artifactId>breeze_2.12</artifactId>
            <version>1.0-RC2</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>algebird-core_2.12</artifactId>
            <version>0.13.5</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.5</version>
        </dependency>
    </dependencies>
</project>