<?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>downloads-plugin</artifactId>
  <packaging>zip</packaging>
  <version>1.3.5</version>
  <name>ALA Downloads Plugin</name>
  <description>Grails plugin to provide common user interface for users to trigger download occurrence records from
ALA Biocache system.
</description>
  <url>https://github.com/AtlasOfLivingAustralia/downloads-plugin</url>
  <organization>
    <name>Atlas of Living Australia</name>
    <url>http://www.ala.org.au/</url>
  </organization>
  <developers>
    <developer>
      <name>Nick dos Remedios</name>
      <email>nick.dosremedios@csiro.au</email>
    </developer>
    <developer>
      <name>Dave Martin</name>
      <email>david.martin@csiro.au</email>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/AtlasOfLivingAustralia/downloads-plugin/issues</url>
  </issueManagement>
  <scm>
    <url>git://github.com/AtlasOfLivingAustralia/downloads-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>ala-ws-plugin</artifactId>
      <version>1.5.1</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>cache</artifactId>
      <version>1.1.1</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>cache-ehcache</artifactId>
      <version>1.0.0</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>