<?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>ala-bootstrap2</artifactId>
  <packaging>zip</packaging>
  <version>2.6.0</version>
  <name>Ala Bootstrap2 Plugin</name>
  <description>Plugin to provide the ALA footer and header skin to an app.
</description>
  <url>https://github.com/AtlasOfLivingAustralia/ala-bootstrap2</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>Atlas of Living Australia</name>
      <email>info@ala.org.au</email>
    </developer>
    <developer>
      <name>Angel Ruiz</name>
      <email>aruizca@gmail.com</email>
    </developer>
    <developer>
      <name>Nick dos Remedios</name>
      <email>nickdos@gmail.com</email>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/AtlasOfLivingAustralia/ala-bootstrap2/issues</url>
  </issueManagement>
  <scm>
    <url>https://github.com/AtlasOfLivingAustralia/ala-bootstrap2</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>jquery</artifactId>
      <version>1.11.1</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>au.org.ala</groupId>
      <artifactId>ala-cas-client</artifactId>
      <version>2.3</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>