<?xml version='1.0' encoding='UTF-8'?>
<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd'>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.grails.plugins</groupId>
  <artifactId>images-client-plugin</artifactId>
  <packaging>zip</packaging>
  <version>0.5.2</version>
  <name>ALA Image Service Client Plugin</name>
  <description>    A collection of useful utilities and components for use by clients of the ALA Image Service
</description>
  <url>https://github.com/AtlasOfLivingAustralia/images-client-plugin/tree/master</url>
  <licenses>
    <license>
      <name>Mozilla Public License v2.0</name>
      <url>http://opensource.org/licenses/MPL-2.0</url>
    </license>
  </licenses>
  <organization>
    <name>Atlas of Living Australia</name>
    <url>http://ala.org.au/</url>
  </organization>
  <developers>
    <developer>
      <name>David Baird</name>
      <email>david.baird.ala@gmail.com    </email>
    </developer>
  </developers>
  <issueManagement>
    <system>GIT</system>
    <url>https://github.com/AtlasOfLivingAustralia/images-client-plugin/issues</url>
  </issueManagement>
  <scm>
    <url>https://github.com/AtlasOfLivingAustralia/images-client-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.groovy.modules.http-builder</groupId>
      <artifactId>http-builder</artifactId>
      <version>0.7</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
        </exclusion>
        <exclusion>
          <artifactId>xml-apis</artifactId>
        </exclusion>
        <exclusion>
          <artifactId>groovy</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>ala-auth</artifactId>
      <version>1.3.1</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>