<?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.gu</groupId>
    <artifactId>content-api-client_2.10</artifactId>
    <packaging>jar</packaging>
    <description>Scala client for the Guardian's Content API</description>
    <version>2.18</version>
    <licenses>
        <license>
            <name>Apache V2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>content-api-client</name>
    <organization>
        <name>com.gu</name>
    </organization>
    <scm>
        <url>https://github.com/guardian/content-api-scala-client</url>
        <connection>scm:git:git@github.com:guardian/content-api-scala-client.git</connection>
    </scm>
    <url>https://github.com/guardian/content-api-scala-client</url>
    <developers>
        <developer>
            <id>jennysivapalan</id>
            <name>Jenny Sivapalan</name>
            <url>https://github.com/jennysivapalan</url>
        </developer>
        <developer>
            <id>maxharlow</id>
            <name>Max Harlow</name>
            <url>https://github.com/maxharlow</url>
        </developer>
        <developer>
            <id>nicl</id>
            <name>Nic Long</name>
            <url>https://github.com/nicl</url>
        </developer>
        <developer>
            <id>mchv</id>
            <name>Mariot Chauvin</name>
            <url>https://github.com/mchv</url>
        </developer>
        <developer>
            <id>JustinPinner</id>
            <name>Justin Pinner</name>
            <url>https://github.com/JustinPinner</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.4</version>
        </dependency>
        <dependency>
            <groupId>joda-time</groupId>
            <artifactId>joda-time</artifactId>
            <version>1.6</version>
        </dependency>
        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
            <version>3.1</version>
        </dependency>
        <dependency>
            <groupId>org.json4s</groupId>
            <artifactId>json4s-native_2.10</artifactId>
            <version>3.2.9</version>
        </dependency>
        <dependency>
            <groupId>net.databinder.dispatch</groupId>
            <artifactId>dispatch-core_2.10</artifactId>
            <version>0.11.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.10</artifactId>
            <version>2.1.5</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>