<?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-default_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Default scala client for the Guardian's Content API</description>
    <url>https://github.com/guardian/content-api-client</url>
    <version>19.2.0</version>
    <licenses>
        <license>
            <name>APL2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>content-api-client-default</name>
    <inceptionYear>2017</inceptionYear>
    <organization>
        <name>Guardian News &amp; Media Ltd</name>
        <url>https://www.theguardian.com/</url>
    </organization>
    <scm>
        <url>https://github.com/guardian/content-api-client</url>
        <connection>scm:git@github.com:guardian/content-api-client.git</connection>
    </scm>
    <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>LATaylor-guardian</id>
            <name>Luke Taylor</name>
            <url>https://github.com/LATaylor-guardian</url>
        </developer>
        <developer>
            <id>cb372</id>
            <name>Chris Birchall</name>
            <url>https://github.com/cb372</url>
        </developer>
        <developer>
            <id>tomrf1</id>
            <name>Tom Forbes</name>
            <url>https://github.com/tomrf1</url>
        </developer>
        <developer>
            <id>regiskuckaertz</id>
            <name>Regis Kuckaertz</name>
            <url>https://github.com/regiskuckaertz</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.13.1</version>
        </dependency>
        <dependency>
            <groupId>com.gu</groupId>
            <artifactId>content-api-client_2.13</artifactId>
            <version>19.2.0</version>
        </dependency>
        <dependency>
            <groupId>com.gu</groupId>
            <artifactId>content-api-models-scala_2.13</artifactId>
            <version>17.5.1</version>
        </dependency>
        <dependency>
            <groupId>org.apache.thrift</groupId>
            <artifactId>libthrift</artifactId>
            <version>0.15.0</version>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
            <version>1.10</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.0.8</version>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>org.mockito</groupId>
                    <artifactId>mockito-core</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.25</version>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.10.19</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.squareup.okhttp3</groupId>
            <artifactId>okhttp</artifactId>
            <version>3.9.1</version>
        </dependency>
    </dependencies>
</project>