<?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.tuplejump</groupId>
    <artifactId>play-cassandra_2.11</artifactId>
    <packaging>jar</packaging>
    <description>play-cassandra</description>
    <url>https://github.io/tuplejump/play-cassandra</url>
    <version>0.0.2</version>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>play-cassandra</name>
    <organization>
        <name>Tuplejump, Inc.</name>
        <url>http://www.tuplejump.com</url>
    </organization>
    <scm>
        <url>git@github.com:tuplejump/play-cassandra.git</url>
        <connection>scm:git:git@github.com:tuplejump/play-cassandra.git</connection>
    </scm>
    <developers>
        <developer>
            <id>Shiti</id>
            <name>Shiti Saxena</name>
            <url>https://twitter.com/eraoferrors</url>
        </developer>
        <developer>
            <id>milliondreams</id>
            <name>Rohit Rai</name>
            <url>https://twitter.com/milliondreams</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.2</version>
        </dependency>
        <dependency>
            <groupId>com.datastax.cassandra</groupId>
            <artifactId>cassandra-driver-core</artifactId>
            <version>2.0.4</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play_2.11</artifactId>
            <version>2.3.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>