<?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>collectory</artifactId>
  <packaging>zip</packaging>
  <version>1.2</version>
  <name>Collectory Plugin</name>
  <description>A Grails plugin to provide the core functionality for collection and displaying biodiversity data from
collectory web services. Data access is via JSON REST web services
from the ALA collectory app (no local DB is required for this app).
</description>
  <url>http://github.com/AtlasOfLivingAustralia/collectory-plugin</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://www.ala.org.au/</url>
  </organization>
  <developers>
    <developer>
      <name>Alan Lin</name>
      <email>alan.lin@csiro.au</email>
    </developer>
    <developer>
      <name>Dave Martin</name>
      <email>david.martin@csiro.au</email>
    </developer>
    <developer>
      <name>Dave Baird</name>
      <email>david.baird@csiro.au</email>
    </developer>
  </developers>
  <issueManagement>
    <system>Google Code</system>
    <url>https://github.com/AtlasOfLivingAustralia/collectory/issues</url>
  </issueManagement>
  <scm>
    <url>https://github.com/AtlasOfLivingAustralia/collectory-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>mysql</groupId>
      <artifactId>mysql-connector-java</artifactId>
      <version>5.1.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.sf.opencsv</groupId>
      <artifactId>opencsv</artifactId>
      <version>2.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.6.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
      <version>3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjweaver</artifactId>
      <version>1.6.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>hibernate</artifactId>
      <version>3.6.10.11</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>jquery</artifactId>
      <version>1.11.1</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>resources</artifactId>
      <version>1.2.7</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>audit-logging</artifactId>
      <version>0.5.5.3</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>cache-headers</artifactId>
      <version>1.1.6</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>rest</artifactId>
      <version>0.8</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>richui</artifactId>
      <version>0.8</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>tiny-mce</artifactId>
      <version>3.4.4</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>cache</artifactId>
      <version>1.1.2</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>