<?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>featran-tensorflow_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Feature Transformers - TensorFlow</description>
    <url>https://github.com/spotify/featran</url>
    <version>0.6.0</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>tensorflow</name>
    <organization>
        <name>com.spotify</name>
        <url>https://github.com/spotify/featran</url>
    </organization>
    <scm>
        <url>https://github.com/spotify/featran.git</url>
        <connection>scm:git:git@github.com:spotify/featran.git</connection>
    </scm>
    <developers>
        <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>rwhitcomb</id>
            <name>Richard Whitcomb</name>
            <url>https://twitter.com/rwhitcomb</url>
            <email>richwhitjr@gmail.com</email>
        </developer>
        <developer>
            <id>ravwojdyla</id>
            <name>Rafal Wojdyla</name>
            <url>https://twitter.com/ravwojdyla</url>
            <email>ravwojdyla@gmail.com</email>
        </developer>
        <developer>
            <id>fallonfofallon</id>
            <name>Fallon Chen</name>
            <url>https://twitter.com/fallonfofallon</url>
            <email>fallon@spotify.com</email>
        </developer>
        <developer>
            <id>andrew_martin92</id>
            <name>Andrew Martin</name>
            <url>https://twitter.com/andrew_martin92</url>
            <email>andrewsmartin.mg@gmail.com</email>
        </developer>
        <developer>
            <id>regadas</id>
            <name>Filipe Regadas</name>
            <url>https://twitter.com/regadas</url>
            <email>filiperegadas@gmail.com</email>
        </developer>
        <developer>
            <id>slhansen</id>
            <name>Samantha Hansen</name>
            <url>https://github.com/slhansen</url>
            <email>slhansen@spotify.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.1</version>
        </dependency>
        <dependency>
            <groupId>com.spotify</groupId>
            <artifactId>featran-core_2.13</artifactId>
            <version>0.6.0</version>
        </dependency>
        <dependency>
            <groupId>org.tensorflow</groupId>
            <artifactId>proto</artifactId>
            <version>1.15.0</version>
        </dependency>
        <dependency>
            <groupId>me.lyh</groupId>
            <artifactId>shapeless-datatype-tensorflow_2.13</artifactId>
            <version>0.2.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.13</artifactId>
            <version>1.14.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>