<?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>co.teapot</groupId>
    <artifactId>tempest_2.11</artifactId>
    <packaging>jar</packaging>
    <description>A graph library which efficiently supports graphs with billions of edges with almost instant loading time.</description>
    <version>0.10.2</version>
    <name>tempest</name>
    <organization>
        <name>co.teapot</name>
    </organization>
    <url>https://github.com/teapot-co/tempest/</url>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:github.com/teapot-co/tempest.git</connection>
        <developerConnection>scm:git:git@github.com:teapot-co/tempest.git</developerConnection>
        <url>github.com/teapot-co/teapot-co/tempest.git</url>
    </scm>
    <developers>
        <developer>
            <id>plofgren</id>
            <name>Peter Lofgren</name>
            <url>http://cs.stanford.edu/~plofgren</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.5</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>2.2.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.openhft</groupId>
            <artifactId>koloboke-impl-jdk6-7</artifactId>
            <version>0.6.6</version>
        </dependency>
        <dependency>
            <groupId>it.unimi.dsi</groupId>
            <artifactId>fastutil</artifactId>
            <version>6.6.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.thrift</groupId>
            <artifactId>libthrift</artifactId>
            <version>0.9.1</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.6.1</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>util-app_2.11</artifactId>
            <version>6.23.0</version>
        </dependency>
    </dependencies>
</project>