<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>au.org.ala.plugins.grails</groupId>
  <artifactId>biocache-hubs</artifactId>
  <version>3.0.3</version>
  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.5.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.maxmind.geoip2</groupId>
      <artifactId>geoip2</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-text</artifactId>
      <version>1.3</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.apache.lucene</groupId>
      <artifactId>lucene-queryparser</artifactId>
      <version>8.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
      <artifactId>owasp-java-html-sanitizer</artifactId>
      <version>20180219.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>au.org.ala</groupId>
      <artifactId>data-quality-filter-service-client</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>ehcache</artifactId>
          <groupId>org.ehcache</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cache</artifactId>
          <groupId>org.grails.plugins</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>http-builder-helper</artifactId>
      <version>1.0.2.ALA</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>ala-admin-plugin</artifactId>
      <version>2.2</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>ehcache</artifactId>
          <groupId>org.ehcache</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cache</artifactId>
          <groupId>org.grails.plugins</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>ala-auth</artifactId>
      <version>3.2.3</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>ehcache</artifactId>
          <groupId>org.ehcache</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cache</artifactId>
          <groupId>org.grails.plugins</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>au.org.ala.plugins.grails</groupId>
      <artifactId>images-client-plugin</artifactId>
      <version>1.2</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>ehcache</artifactId>
          <groupId>org.ehcache</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cache</artifactId>
          <groupId>org.grails.plugins</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>au.org.ala.plugins.grails</groupId>
      <artifactId>ala-charts-plugin</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>ehcache</artifactId>
          <groupId>org.ehcache</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cache</artifactId>
          <groupId>org.grails.plugins</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.bertramlabs.plugins</groupId>
      <artifactId>asset-pipeline-grails</artifactId>
      <version>2.14.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <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>
  <scm>
    <url>https://github.com/AtlasOfLivingAustralia/biocache-hubs</url>
    <connection>scm:git@github.com:AtlasOfLivingAustralia/biocache-hubs.git</connection>
    <developerConnection>scm:git@github.com:AtlasOfLivingAustralia/biocache-hubs.git</developerConnection>
  </scm>
  <issueManagement>
    <system>Github Issues</system>
    <url>https://github.com/AtlasOfLivingAustralia/biocache-hubs/issues</url>
  </issueManagement>
</project>
