<?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-atom-model</artifactId>
    <packaging>jar</packaging>
    <description>Java library built from Content-atom thrift definition</description>
    <version>0.2.3</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-atom-model</name>
    <organization>
        <name>com.gu</name>
    </organization>
    <scm>
        <url>https://github.com/guardian/content-atom</url>
        <connection>scm:git:git@github.com:guardian/contant-atom.git</connection>
    </scm>
    <url>https://github.com/guardian/content-atom</url>
    <developers>
        <developer>
            <id>paulmr</id>
            <name>Paul Roberts</name>
            <url>https://github.com/paulmr</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.apache.thrift</groupId>
            <artifactId>libthrift</artifactId>
            <version>0.9.2</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>scrooge-core_2.11</artifactId>
            <version>3.17.0</version>
        </dependency>
    </dependencies>
</project>