<?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>io.applicative</groupId>
    <artifactId>scalding-orc_2.11</artifactId>
    <packaging>jar</packaging>
    <description>scalding.orc</description>
    <version>0.0.6</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scalding.orc</name>
    <organization>
        <name>io.applicative</name>
    </organization>
    <url>https://github.com/applctv/scalding-orc/</url>
    <scm>
        <url>git@github.com:applctv/scalding-orc.git</url>
        <connection>scm:git:git@github.com:applctv/scalding-orc.git</connection>
    </scm>
    <developers>
        <developer>
            <id>applctv</id>
            <name>Applicative</name>
            <url>http://applicative.io</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.7</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>scalding-core_2.11</artifactId>
            <version>0.15.0</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>scalding-macros_2.11</artifactId>
            <version>0.15.0</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>bijection-core_2.11</artifactId>
            <version>0.8.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.hadoop</groupId>
            <artifactId>hadoop-core</artifactId>
            <version>1.2.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.hive</groupId>
            <artifactId>hive-exec</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.hive</groupId>
            <artifactId>hive-serde</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.hotels</groupId>
            <artifactId>corc-cascading</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>com.hotels</groupId>
            <artifactId>corc-core</artifactId>
            <version>1.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>2.2.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>scalding-hadoop-test_2.11</artifactId>
            <version>0.15.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>bintrayapplctvscaldingorc</id>
            <name>bintray-applctv-scalding-orc</name>
            <url>https://dl.bintray.com/applctv/scalding-orc/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>ConcurrentMavenRepo</id>
            <name>Concurrent Maven Repo</name>
            <url>http://conjars.org/repo/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>ClojarsRepo</id>
            <name>Clojars Repo</name>
            <url>http://clojars.org/repo/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>TwitterMaven</id>
            <name>Twitter Maven</name>
            <url>http://maven.twttr.com/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>