<?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>biocache-hubs</artifactId>
  <packaging>zip</packaging>
  <version>1.3.8</version>
  <name>Biocache Hubs Plugin</name>
  <description>A Grails plugin to provide the core functionality for searching and displaying biodiversity data from
biocache web services. Data access is via JSON REST web services
from the ALA biocache-service app (no local DB is required for this app).
</description>
  <url>https://github.com/AtlasOfLivingAustralia/biocache-hubs</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>Nick dos Remedios</name>
      <email>nick.dosremedios@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/biocache-hubs/issues</url>
  </issueManagement>
  <scm>
    <url>https://github.com/AtlasOfLivingAustralia/biocache-hubs</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.sf.supercsv</groupId>
      <artifactId>super-csv</artifactId>
      <version>2.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>jquery</artifactId>
      <version>1.8.3</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>resources</artifactId>
      <version>1.2.1</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>release</artifactId>
      <version>3.0.1</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>ala-admin-plugin</artifactId>
      <version>1.2</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>ala-charts-plugin</artifactId>
      <version>1.2-SNAPSHOT</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
      <version>3.1</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>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>rest</artifactId>
      <version>0.8</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>build-info</artifactId>
      <version>1.2.6</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>images-client-plugin</artifactId>
      <version>0.7.9-SNAPSHOT</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>