<?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>bie-plugin</artifactId>
  <version>1.4.15</version>
  <dependencies>
    <dependency>
      <groupId>com.bertramlabs.plugins</groupId>
      <artifactId>asset-pipeline-grails</artifactId>
      <version>2.14.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jasig.cas.client</groupId>
      <artifactId>cas-client-core</artifactId>
      <version>3.4.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>au.org.ala</groupId>
      <artifactId>ala-name-matching</artifactId>
      <version>3.4</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>lucene-core</artifactId>
          <groupId>org.apache.lucene</groupId>
        </exclusion>
        <exclusion>
          <artifactId>simmetrics</artifactId>
          <groupId>uk.ac.shef.wit</groupId>
        </exclusion>
        <exclusion>
          <artifactId>org.apache.bval.bundle</artifactId>
          <groupId>org.apache.bval</groupId>
        </exclusion>
        <exclusion>
          <artifactId>lucene-queryparser</artifactId>
          <groupId>org.apache.lucene</groupId>
        </exclusion>
        <exclusion>
          <artifactId>lucene-analyzers-common</artifactId>
          <groupId>org.apache.lucene</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
      <version>3.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
      <version>1.8.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
      <version>1.8.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jsoup</groupId>
      <artifactId>jsoup</artifactId>
      <version>1.8.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>ala-bootstrap3</artifactId>
      <version>3.0.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>ala-auth</artifactId>
      <version>3.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>au.org.ala.plugins.grails</groupId>
      <artifactId>images-client-plugin</artifactId>
      <version>1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>au.org.ala.plugins.grails</groupId>
      <artifactId>ala-charts-plugin</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>BIE Plugin</name>
  <description>This plugin provides the presentation layer of the BIE</description>
  <url>https://github.com/AtlasOfLivingAustralia/bie-plugin</url>
  <scm>
    <url>https://github.com/AtlasOfLivingAustralia/bie-plugin</url>
    <connection>scm:git@github.com:AtlasOfLivingAustralia/bie-plugin.git</connection>
    <developerConnection>scm:git@github.com:AtlasOfLivingAustralia/bie-plugin.git</developerConnection>
  </scm>
  <issueManagement>
    <system>Github Issues</system>
    <url>https://github.com/AtlasOfLivingAustralia/bie-plugin/issues</url>
  </issueManagement>
  <developers>
    <developer>
      <id>davem</id>
      <name>Dave Martin</name>
    </developer>
    <developer>
      <id>nickdr</id>
      <name>Nick dos Remedios</name>
    </developer>
    <developer>
      <id>dougp</id>
      <name>Doug Palmer</name>
    </developer>
  </developers>
</project>
