<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright 2014 Internet2

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

-->
<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/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <name>Grouper</name>
    <description>Internet2 Groups Management Toolkit - Parent Project</description>
    <groupId>edu.internet2.middleware.grouper</groupId>
    <artifactId>grouper-parent</artifactId>
    <version>2.6.7</version>
    <packaging>pom</packaging>

    <modules>
        <module>../grouper-misc/grouperClient</module>
        <!--<module>../subject</module>-->
        <module>../grouper</module>
        <!--<module>../grouper-misc/grouper-shib</module>-->
        <module>../grouper-misc/grouperScim</module>
        <module>../grouper-ui</module>
        <module>../grouper-ws</module>
        <module>../grouper-misc/grouper-installer</module>
        <module>../grouper-misc/grouperActivemq</module>
        <module>../grouper-misc/grouper-messaging-rabbitmq</module>
        <module>../grouper-misc/grouper-messaging-aws</module>
        <module>../grouper-misc/grouper-messaging-activemq</module>
        <module>../grouper-misc/grouper-pspng</module>
        <module>../grouper-misc/grouper-box</module>
        <module>../grouper-misc/grouper-duo</module>
        <module>../grouper-misc/googleapps-grouper-provisioner</module>
        <module>../grouper-misc/grouper-azure</module>
    </modules>

    <properties>
        <!-- Build Settings -->
        <project.site.deployDirectory>/tmp/groupersite/grouper-parent</project.site.deployDirectory>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
        <maven.build.timestamp.format>yyyy/MM/dd HH:mm:ss Z</maven.build.timestamp.format>

        <!-- Plugin Versions -->
        <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
        <maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
        <maven-jar-plugin.version>2.5</maven-jar-plugin.version>
        <maven-source-plugin.version>2.3</maven-source-plugin.version>
        <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
        <maven-assembly-plugin.version>2.4</maven-assembly-plugin.version>
        <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
        <cobertura-maven-plugin.version>2.6</cobertura-maven-plugin.version>
        <coveralls-maven-plugin.version>2.2.0</coveralls-maven-plugin.version>
        <maven-surefire-plugin.version>2.17</maven-surefire-plugin.version>
        <maven-build-helper-plugin.version>1.9</maven-build-helper-plugin.version>
        <!--<maven-license-plugin.version>2.6</maven-license-plugin.version>-->
        <maven-pmd-plugin.version>3.1</maven-pmd-plugin.version>
        <maven-jxr-plugin.version>3.0.0</maven-jxr-plugin.version>
        <maven-projectinfo-reports-plugin.version>3.0.0</maven-projectinfo-reports-plugin.version>
        <maven-taglist-plugin.version>2.4</maven-taglist-plugin.version>
        <maven-versions-plugin.version>2.7</maven-versions-plugin.version>
        <maven-site-plugin.version>3.8.2</maven-site-plugin.version>
        <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>

        <!-- the default checkstyle is more rigorous and has a lot of output during a full scan -->
        <!--<checkstyle.config.location>src/checkstyle/checkstyle.xml</checkstyle.config.location>-->
        <checkstyle.config.location>src/checkstyle/checkstyle-legacy.xml</checkstyle.config.location>

        <!-- Dependency Versions -->
        <json.version>20140107</json.version>
        <charon.version>2.1.3</charon.version>
        <wink.client.version>1.4</wink.client.version>
        <log4j.version>2.17.1</log4j.version>
        <junit.version>4.12</junit.version>
        <!--<oro.version>2.0.8</oro.version>-->
        <antlr.version>2.7.7</antlr.version>
        <asm.version>3.3.1</asm.version>
        <backport.util.version>3.1</backport.util.version>
        <c3p0.version>0.9.5.4</c3p0.version>
        <c3p0.oracle.thin.extras.version>0.9.5</c3p0.oracle.thin.extras.version>
        <mchange.commons.version>0.2.15</mchange.commons.version>
        <cglib.version>3.3.0</cglib.version>
        <felix.version>7.0.3</felix.version>
        <jamon.version>2.81</jamon.version>
        <xstream.version>1.4.9</xstream.version>
        <jsch.version>0.1.55</jsch.version>
        <commons.vfs2.version>2.4.1</commons.vfs2.version>
        <commons.jexl.version>2.1.1</commons.jexl.version>
        <commons.jexl3.version>3.0</commons.jexl3.version>
        <commons.beanutils.version>1.9.3</commons.beanutils.version>
        <commons.cli.version>1.4</commons.cli.version>
        <commons.codec.version>1.11</commons.codec.version>
        <commons.betwixt.version>0.8</commons.betwixt.version>
        <commons.collections.version>3.2.2</commons.collections.version>
        <commons.digester.version>2.1</commons.digester.version>
        <commons.digester3.version>3.2</commons.digester3.version>
        <commons.discovery.version>0.5</commons.discovery.version>
        <commons.exec.version>1.3</commons.exec.version>
        <commons.httpclient.version>3.1</commons.httpclient.version>
        <commons.io.version>1.4</commons.io.version>
        <commons.lang.version>2.6</commons.lang.version>
        <commons.lang3.version>3.7</commons.lang3.version>
        <commons.logging.version>1.2</commons.logging.version>
        <commons.math.version>1.2</commons.math.version>
        <commons.pool.version>1.6</commons.pool.version>
        <commons.text.version>1.9</commons.text.version>
        <commons.validator.version>1.6</commons.validator.version>
        <commons.csv.version>1.6</commons.csv.version>
        <cron.parser.core.version>3.4</cron.parser.core.version>
        <dom4j.version>2.1.1</dom4j.version>
        <shibboleth.common.version>1.3.3</shibboleth.common.version>
        <javassist.version>3.22.0-GA</javassist.version>
        <smack.version>3.1.0</smack.version>
        <joda.time.version>2.9.9</joda.time.version>
        <jug.version>1.1.2</jug.version>
        <ehcache.core.version>2.4.8</ehcache.core.version>
        <ezmorph.version>1.0.6</ezmorph.version>
        <json.lib.version>2.4</json.lib.version>
        <java.jwt.version>3.10.3</java.jwt.version>
        <odmg.version>3.0</odmg.version>
        <ant.version>1.10.1</ant.version>
        <ddlutils.version>1.0</ddlutils.version>
        <apacheds.core.version>1.5.7</apacheds.core.version>
        <apacheds.protocol.ldap.version>1.5.5</apacheds.protocol.ldap.version>
        <shared.ldap.version>0.9.15</shared.ldap.version>
        <bsh.version>2.0b5</bsh.version>
        <jettison.version>1.3.5</jettison.version>
        <hibernate.core.version>5.0.12.Final</hibernate.core.version>
        <hibernate.ehcache.version>5.0.12.Final</hibernate.ehcache.version>
        <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
        <hibernate.jpa.2.1.api.version>1.0.0.Final</hibernate.jpa.2.1.api.version>
        <hibernate.c3p0.version>5.0.12.Final</hibernate.c3p0.version>
        <jandex.version>2.0.4.Final</jandex.version>
        <jboss.logging.version>3.3.1.Final</jboss.logging.version>
        <jdom.version>1.1</jdom.version>
        <jetty.version>6.1.26</jetty.version>
        <jetty.util.version>6.1.26</jetty.util.version>
        <opensaml.version>2.6.1</opensaml.version>
        <openspml2.version>192-20100413</openspml2.version>
        <quartz.version>2.3.2</quartz.version>
        <slf4j.version>1.7.32</slf4j.version>
        <xom.version>1.2.5</xom.version>
        <xmlpull.version>1.1.3.1</xmlpull.version>
        <activation.version>1.1.1</activation.version>
        <mail.version>1.4.7</mail.version>
        <jta.version>1.1</jta.version>
        <servlet.api.version>3.1.0</servlet.api.version>
        <xmlunit.version>1.5</xmlunit.version>
        <groovyall.version>2.5.0-beta-2</groovyall.version>
        <jline.version>2.14.5</jline.version>
        <p6spy.version>3.6.0</p6spy.version>
        <postgresql.version>42.3.2</postgresql.version>
        <mysql.connector.java.version>8.0.28</mysql.connector.java.version>
        <ldaptive.version>1.1.2</ldaptive.version>
        <xml.apis.version>1.4.01</xml.apis.version>
        <aws.java.sdk.core>1.11.529</aws.java.sdk.core>
        <aws.java.sdk.s3>1.11.529</aws.java.sdk.s3>
        <aws.java.sdk.sqs>1.11.529</aws.java.sdk.sqs>
        <aws.java.sdk.sns>1.11.529</aws.java.sdk.sns>
        <httpclient>4.5.13</httpclient>
        <httpcore>4.4.14</httpcore>
        <httpmime>4.5.13</httpmime>
        <jackson.annotations>2.9.8</jackson.annotations>
        <jackson.core>2.9.8</jackson.core>
        <jackson.databind>2.9.8</jackson.databind>        
        <jsoup.version>1.12.1</jsoup.version>        
        <java-ipv6.version>0.17</java-ipv6.version>
        
        <!-- grouper-ui -->
        <csrfguard.version>3.1.0</csrfguard.version>
        <commons.fileupload.version>1.3.3</commons.fileupload.version>
        <jstl.version>1.2.1</jstl.version>
        <struts.version>1.2.4</struts.version>
        <taglibs.standard.version>1.1.2</taglibs.standard.version>
        <jsp.version>2.3.2-b02</jsp.version>
        <xercesimpl.version>2.11.0</xercesimpl.version>
        <okhttp.version>3.14.7</okhttp.version>
        <nimbus.oauth2.oidc.sdk>8.22</nimbus.oauth2.oidc.sdk>
    </properties>

    <repositories>
        <!-- this was moved to software.internet2.edu, breaking the www.internet2.edu address; set releases and snapshots to false to effectively disable it -->
        <repository>
            <id>grouper.internet2.edu</id>
            <name>Internet2</name>
            <layout>default</layout>
            <url>http://www.internet2.edu/grouper/downloads/maven2</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
        <repository>
            <id>nexus-releases</id>
            <url>https://oss.sonatype.org/content/repositories/releases/</url>
        </repository>
        <repository>
            <id>central</id>
            <url>https://repo1.maven.org/maven2</url>
        </repository>
    </repositories>

    <!-- Dependencies required by every project module. -->
    <dependencies>

        <!-- Compile Dependencies -->
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-core</artifactId>
            <version>${log4j.version}</version>
        </dependency>
        <!-- Provided Dependencies -->

        <!-- Runtime Dependencies -->

        <!-- Test Dependencies -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${junit.version}</version>
            <scope>test</scope>
        </dependency>

        <!-- Managed Dependencies -->

    </dependencies>

    <!-- Dependencies not required by every project module. Defines versions. -->
    <dependencyManagement>
        <dependencies>
            <!-- Compile Dependencies -->
            <!--
            <dependency>
                <groupId>oro</groupId>
                <artifactId>oro</artifactId>
                <version>${oro.version}</version>
            </dependency>
            -->
            <dependency>
                <groupId>antlr</groupId>
                <artifactId>antlr</artifactId>
                <version>${antlr.version}</version>
            </dependency>
            <dependency>
                <groupId>asm</groupId>
                <artifactId>asm</artifactId>
                <version>${asm.version}</version>
            </dependency>
            <dependency>
                <groupId>asm</groupId>
                <artifactId>asm-util</artifactId>
                <version>${asm.version}</version>
            </dependency>
            <dependency>
                <groupId>backport-util-concurrent</groupId>
                <artifactId>backport-util-concurrent</artifactId>
                <version>${backport.util.version}</version>
            </dependency>
            <dependency>
              <groupId>com.amazonaws</groupId>
              <artifactId>aws-java-sdk-core</artifactId>
              <version>${aws.java.sdk.core}</version>
            </dependency>
            <dependency>
              <groupId>com.amazonaws</groupId>
              <artifactId>aws-java-sdk-s3</artifactId>
              <version>${aws.java.sdk.s3}</version>
            </dependency>
            <dependency>
              <groupId>com.amazonaws</groupId>
              <artifactId>aws-java-sdk-sqs</artifactId>
              <version>${aws.java.sdk.sqs}</version>
            </dependency>
            <dependency>
              <groupId>com.amazonaws</groupId>
              <artifactId>aws-java-sdk-sns</artifactId>
              <version>${aws.java.sdk.sns}</version>
            </dependency>
            <dependency>
                <groupId>com.jcraft</groupId>
                <artifactId>jsch</artifactId>
                <version>${jsch.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-vfs2</artifactId>
                <version>${commons.vfs2.version}</version>
            </dependency>            
            <dependency>
                <groupId>com.mchange</groupId>
                <artifactId>c3p0</artifactId>
                <version>${c3p0.version}</version>
            </dependency>
            <dependency>
                <groupId>com.google.code.maven-play-plugin.com.mchange</groupId>
                <artifactId>c3p0-oracle-thin-extras</artifactId>
                <version>${c3p0.oracle.thin.extras.version}</version>
            </dependency>
            <dependency>
                <groupId>com.mchange</groupId>
                <artifactId>mchange-commons-java</artifactId>
                <version>${mchange.commons.version}</version>
            </dependency>
            <dependency>
                <groupId>cglib</groupId>
                <artifactId>cglib</artifactId>
                <version>${cglib.version}</version>
            </dependency>
            <dependency>
              <groupId>org.apache.felix</groupId>
              <artifactId>org.apache.felix.framework</artifactId>
              <version>${felix.version}</version>
            </dependency>
            <dependency>
                <groupId>com.thoughtworks.xstream</groupId>
                <artifactId>xstream</artifactId>
                <version>${xstream.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-beanutils</groupId>
                <artifactId>commons-beanutils</artifactId>
                <version>${commons.beanutils.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-betwixt</groupId>
                <artifactId>commons-betwixt</artifactId>
                <version>${commons.betwixt.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-cli</groupId>
                <artifactId>commons-cli</artifactId>
                <version>${commons.cli.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-codec</groupId>
                <artifactId>commons-codec</artifactId>
                <version>${commons.codec.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-collections</groupId>
                <artifactId>commons-collections</artifactId>
                <version>${commons.collections.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-digester</groupId>
                <artifactId>commons-digester</artifactId>
                <version>${commons.digester.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-digester3</artifactId>
                <version>${commons.digester3.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-discovery</groupId>
                <artifactId>commons-discovery</artifactId>
                <version>${commons.discovery.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-exec</artifactId>
                <version>${commons.exec.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-fileupload</groupId>
                <artifactId>commons-fileupload</artifactId>
                <version>${commons.fileupload.version}</version>
            </dependency>
            <dependency>
                <groupId>org.json</groupId>
                <artifactId>json</artifactId>
                <version>${json.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-httpclient</groupId>
                <artifactId>commons-httpclient</artifactId>
                <version>${commons.httpclient.version}</version>
            </dependency>
            <dependency>
              <groupId>org.apache.httpcomponents</groupId>
              <artifactId>httpmime</artifactId>
              <version>${httpmime}</version>
            </dependency>
            <dependency>
              <groupId>org.apache.httpcomponents</groupId>
              <artifactId>httpclient</artifactId>
              <version>${httpclient}</version>
            </dependency>
            <dependency>
              <groupId>org.apache.httpcomponents</groupId>
              <artifactId>httpcore</artifactId>
              <version>${httpcore}</version>
            </dependency>
            <dependency>
                <groupId>commons-io</groupId>
                <artifactId>commons-io</artifactId>
                <version>${commons.io.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-lang</groupId>
                <artifactId>commons-lang</artifactId>
                <version>${commons.lang.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-lang3</artifactId>
                <version>${commons.lang3.version}</version>
            </dependency>
            <dependency>
              <groupId>net.redhogs.cronparser</groupId>
              <artifactId>cron-parser-core</artifactId>
              <version>${cron.parser.core.version}</version>
            </dependency>
            <dependency>
                <groupId>org.owasp</groupId>
                <artifactId>csrfguard</artifactId>
                <version>${csrfguard.version}</version>
            </dependency>
            <dependency>
                <groupId>javax.servlet.jsp.jstl</groupId>
                <artifactId>javax.servlet.jsp.jstl-api</artifactId>
                <version>${jstl.version}</version>
            </dependency>
            <dependency>
                <groupId>struts</groupId>
                <artifactId>struts</artifactId>
                <version>${struts.version}</version>
            </dependency>
            <dependency>
                <groupId>struts</groupId>
                <artifactId>struts-el</artifactId>
                <version>${struts.version}</version>
            </dependency>
            <dependency>
                <groupId>taglibs</groupId>
                <artifactId>standard</artifactId>
                <version>${taglibs.standard.version}</version>
            </dependency>
            <dependency>
              <groupId>com.auth0</groupId>
              <artifactId>java-jwt</artifactId>
              <version>${java.jwt.version}</version>
            </dependency>
            <dependency>
                <groupId>javax.servlet.jsp</groupId>
                <artifactId>javax.servlet.jsp-api</artifactId>
                <version>${jsp.version}</version>
            </dependency>
            <dependency>
                <groupId>xerces</groupId>
                <artifactId>xercesImpl</artifactId>
                <version>${xercesimpl.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-logging</groupId>
                <artifactId>commons-logging</artifactId>
                <version>${commons.logging.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-math</groupId>
                <artifactId>commons-math</artifactId>
                <version>${commons.math.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-pool</groupId>
                <artifactId>commons-pool</artifactId>
                <version>${commons.pool.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-text</artifactId>
                <version>${commons.text.version}</version>
            </dependency>
            <dependency>
                <groupId>commons-validator</groupId>
                <artifactId>commons-validator</artifactId>
                <version>${commons.validator.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-csv</artifactId>
                <version>${commons.csv.version}</version>
            </dependency>
            <dependency>
                <groupId>org.dom4j</groupId>
                <artifactId>dom4j</artifactId>
                <version>${dom4j.version}</version>
            </dependency>
            <dependency>
                <groupId>edu.internet2.middleware</groupId>
                <artifactId>shibboleth-common</artifactId>
                <version>${shibboleth.common.version}</version>
                <exclusions>
                  <exclusion>
                    <artifactId>logback-classic</artifactId>
                    <groupId>ch.qos.logback</groupId>
                  </exclusion>
                  <exclusion>
                    <artifactId>logback-core</artifactId>
                    <groupId>ch.qos.logback</groupId>
                  </exclusion>
                  <exclusion>
                    <artifactId>log4j-over-slf4j</artifactId>
                    <groupId>org.slf4j</groupId>
                  </exclusion>
                  <exclusion>
                    <artifactId>log4j</artifactId>
                    <groupId>log4j</groupId>
                  </exclusion>
                </exclusions>
            </dependency>
            <dependency>
                <groupId>org.javassist</groupId>
                <artifactId>javassist</artifactId>
                <version>${javassist.version}</version>
            </dependency>
            <dependency>
                <groupId>jivesoftware</groupId>
                <artifactId>smack</artifactId>
                <version>${smack.version}</version>
            </dependency>
            <dependency>
                <groupId>joda-time</groupId>
                <artifactId>joda-time</artifactId>
                <version>${joda.time.version}</version>
            </dependency>
            <dependency>
                <groupId>net.sf.ehcache</groupId>
                <artifactId>ehcache-core</artifactId>
                <version>${ehcache.core.version}</version>
            </dependency>
            <dependency>
                <groupId>net.sf.ezmorph</groupId>
                <artifactId>ezmorph</artifactId>
                <version>${ezmorph.version}</version>
            </dependency>
            <dependency>
                <groupId>net.sf.json-lib</groupId>
                <artifactId>json-lib</artifactId>
                <version>${json.lib.version}</version>
                <classifier>jdk15</classifier>
            </dependency>
            <dependency>
                <groupId>org.apache.ant</groupId>
                <artifactId>ant</artifactId>
                <version>${ant.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-jexl</artifactId>
                <version>${commons.jexl.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-jexl3</artifactId>
                <version>${commons.jexl3.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.ddlutils</groupId>
                <artifactId>ddlutils</artifactId>
                <version>${ddlutils.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.directory.server</groupId>
                <artifactId>apacheds-core</artifactId>
                <version>${apacheds.core.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.directory.server</groupId>
                <artifactId>apacheds-protocol-ldap</artifactId>
                <version>${apacheds.protocol.ldap.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.directory.shared</groupId>
                <artifactId>shared-ldap</artifactId>
                <version>${shared.ldap.version}</version>
            </dependency>
            <dependency>
                <groupId>org.beanshell</groupId>
                <artifactId>bsh</artifactId>
                <version>${bsh.version}</version>
            </dependency>
            <dependency>
                <groupId>org.codehaus.groovy</groupId>
                <artifactId>groovy-all</artifactId>
                <version>${groovyall.version}</version>
            </dependency>
            <dependency>
                <groupId>org.codehaus.jettison</groupId>
                <artifactId>jettison</artifactId>
                <version>${jettison.version}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-core</artifactId>
                <version>${hibernate.core.version}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-ehcache</artifactId>
                <version>${hibernate.ehcache.version}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-c3p0</artifactId>
                <version>${hibernate.c3p0.version}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate.javax.persistence</groupId>
                <artifactId>hibernate-jpa-2.1-api</artifactId>
                <version>${hibernate.jpa.2.1.api.version}</version>
            </dependency>
            <dependency>
                <groupId>org.hibernate.common</groupId>
                <artifactId>hibernate-commons-annotations</artifactId>
                <version>${hibernate.commons.annotations.version}</version>
            </dependency>
            <dependency>
                <groupId>org.jboss</groupId>
                <artifactId>jandex</artifactId>
                <version>${jandex.version}</version>
            </dependency>
            <dependency>
                <groupId>org.jboss.logging</groupId>
                <artifactId>jboss-logging</artifactId>
                <version>${jboss.logging.version}</version>
            </dependency>
            <dependency>
                <groupId>org.jdom</groupId>
                <artifactId>jdom</artifactId>
                <version>${jdom.version}</version>
            </dependency>
            <dependency>
                <groupId>org.mortbay.jetty</groupId>
                <artifactId>jetty</artifactId>
                <version>${jetty.version}</version>
            </dependency>
            <dependency>
                <groupId>org.mortbay.jetty</groupId>
                <artifactId>jetty-util</artifactId>
                <version>${jetty.util.version}</version>
            </dependency>
            <dependency>
                <groupId>jline</groupId>
                <artifactId>jline</artifactId>
                <version>${jline.version}</version>
            </dependency>
            <dependency>
                <groupId>org.opensaml</groupId>
                <artifactId>opensaml</artifactId>
                <version>${opensaml.version}</version>
            </dependency>
            <dependency>
                <groupId>org.openspml</groupId>
                <artifactId>openspml2</artifactId>
                <version>${openspml2.version}</version>
            </dependency>
            <dependency>
                <groupId>org.quartz-scheduler</groupId>
                <artifactId>quartz</artifactId>
                <version>${quartz.version}</version>
                <exclusions>
                    <!-- this pulls in c3p0 version 1.9.1.1, which conflicts with the 0.9.5.2 we want -->
                    <exclusion>
                        <groupId>c3p0</groupId>
                        <artifactId>c3p0</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>org.apache.ant</groupId>
                        <artifactId>ant-launcher</artifactId>
                    </exclusion>

                </exclusions>
            </dependency>
            <dependency>
              <groupId>org.quartz-scheduler</groupId>
              <artifactId>quartz-jobs</artifactId>
              <version>${quartz.version}</version>
            </dependency>   
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-api</artifactId>
                <version>${slf4j.version}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.logging.log4j</groupId>
                <artifactId>log4j-slf4j-impl</artifactId>
                <version>${log4j.version}</version>
            </dependency>
            <dependency>
                <groupId>xom</groupId>
                <artifactId>xom</artifactId>
                <version>${xom.version}</version>
            </dependency>
            <dependency>
                <groupId>xmlpull</groupId>
                <artifactId>xmlpull</artifactId>
                <version>${xmlpull.version}</version>
            </dependency>
            <dependency>
                <groupId>xml-apis</groupId>
                <artifactId>xml-apis</artifactId>
                <version>${xml.apis.version}</version>
            </dependency>
            <dependency>
		      <groupId>com.squareup.okhttp3</groupId>
		      <artifactId>logging-interceptor</artifactId>
		      <version>${okhttp.version}</version>
		    </dependency>
            <dependency>
                <groupId>com.nimbusds</groupId>
                <artifactId>oauth2-oidc-sdk</artifactId>
                <version>${nimbus.oauth2.oidc.sdk}</version>
            </dependency>
            <!-- Provided Dependencies -->
            <dependency>
                <groupId>javax.activation</groupId>
                <artifactId>activation</artifactId>
                <version>${activation.version}</version>
            </dependency>
            <dependency>
                <groupId>javax.mail</groupId>
                <artifactId>mail</artifactId>
                <version>${mail.version}</version>
            </dependency>
            <dependency>
                <groupId>javax.transaction</groupId>
                <artifactId>jta</artifactId>
                <version>${jta.version}</version>
            </dependency>
            <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>javax.servlet-api</artifactId>
                <version>${servlet.api.version}</version>
                <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.wso2.charon</groupId>
              <artifactId>org.wso2.charon.core</artifactId>
              <version>${charon.version}</version>
            </dependency>
            <dependency>
              <groupId>org.apache.wink</groupId>
              <artifactId>wink-client</artifactId>
              <version>${wink.client.version}</version>
            </dependency>
            <dependency>
              <groupId>org.wso2.charon</groupId>
              <artifactId>org.wso2.charon.samples</artifactId>
              <version>${charon.version}</version>
            </dependency>

            <!-- Runtime Dependencies -->

            <!-- Test Dependencies -->
            <dependency>
                <groupId>jug</groupId>
                <artifactId>jug</artifactId>
                <version>${jug.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>com.jamonapi</groupId>
                <artifactId>jamon</artifactId>
                <version>${jamon.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>xmlunit</groupId>
                <artifactId>xmlunit</artifactId>
                <version>${xmlunit.version}</version>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>junit</groupId>
                <artifactId>junit</artifactId>
                <version>${junit.version}</version>
                <scope>test</scope>
            </dependency>

            <!-- Managed Dependencies -->

            <!-- custom Penn -->
            <dependency>
                <groupId>p6spy</groupId>
                <artifactId>p6spy</artifactId>
                <version>${p6spy.version}</version>
                <scope>runtime</scope>
            </dependency>

            <!-- database drivers, using profiles proved too cumbersome for tests - this is not ideal -->
            <dependency>
                <groupId>org.postgresql</groupId>
                <artifactId>postgresql</artifactId>
                <version>${postgresql.version}</version>
                <scope>runtime</scope>
            </dependency>
            <dependency>
                <groupId>mysql</groupId>
                <artifactId>mysql-connector-java</artifactId>
                <version>${mysql.connector.java.version}</version>
                <scope>runtime</scope>
            </dependency>

            <dependency>
              <groupId>org.ldaptive</groupId>
              <artifactId>ldaptive</artifactId>
              <version>${ldaptive.version}</version>
            </dependency>
            <dependency>
              <groupId>org.ldaptive</groupId>
              <artifactId>ldaptive-unboundid</artifactId>
              <version>${ldaptive.version}</version>
            </dependency>
            <dependency>
		          <groupId>org.jsoup</groupId>
		          <artifactId>jsoup</artifactId>
		          <version>${jsoup.version}</version>
            </dependency>
            
            <dependency>
		          <groupId>com.googlecode.java-ipv6</groupId>
		          <artifactId>java-ipv6</artifactId>
		          <version>${java-ipv6.version}</version>
		        </dependency>


        </dependencies>
    </dependencyManagement>

    <distributionManagement>
        <repository>
            <id>sonatype-nexus-staging</id>
            <name>Nexus Release Repository</name>
            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
        <snapshotRepository>
            <id>sonatype-nexus-snapshots</id>
            <name>Sonatype Nexus Snapshots</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
        <site>
          <id>grouper-site</id>
          <name>grouper staging site documentation</name>
          <url>file:${project.site.deployDirectory}</url>
        </site>
    </distributionManagement>

    <build>
        <defaultGoal>install</defaultGoal>

        <plugins> 
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-assembly-plugin</artifactId>
                <version>${maven-assembly-plugin.version}</version>
                <configuration>
                    <tarLongFileMode>gnu</tarLongFileMode>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>${maven-source-plugin.version}</version>
                <executions>
                    <execution>
                        <id>source</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>jar-no-fork</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>${maven-jar-plugin.version}</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>test-jar</goal>
                        </goals>
                        <configuration>
                            <skipIfEmpty>true</skipIfEmpty>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <!--
            <plugin>
                <groupId>com.mycila</groupId>
                <artifactId>license-maven-plugin</artifactId>
                <version>${maven-license-plugin.version}</version>
                <configuration>
                    <!** we don't need to run this every time; use `-Dlicense.skip=false` **>
                    <skip>true</skip>
                    <header>https://raw.githubusercontent.com/Internet2/grouper/master/LICENSE.txt</header>
                    <failIfMissing>false</failIfMissing>
                    <skipExistingHeaders>true</skipExistingHeaders>
                    <strictCheck>true</strictCheck>
                    <aggregate>true</aggregate>
                    <mapping>
                        <yml>SCRIPT_STYLE</yml>
                        <conf>JAVADOC_STYLE</conf>
                    </mapping>
                    <excludes>
                        <exclude>**/bin/**</exclude>
                        <exclude>**/*.mvn</exclude>
                        <exclude>**/doc/**</exclude>
                        <exclude>**/*.html</exclude>
                        <exclude>**/*.launch</exclude>
                        <exclude>**/*.schema</exclude>
                        <exclude>**/*.epf</exclude>
                        <exclude>**/*.log</exclude>
                        <exclude>**/*.gsh</exclude>
                        <exclude>**/*.schemas</exclude>
                        <exclude>**/*.ldif</exclude>
                        <exclude>**/*.rc</exclude>
                        <exclude>**/*.script</exclude>
                        <exclude>**/*.handlers</exclude>
                        <exclude>**/*.jjt</exclude>
                        <exclude>**/*.example</exclude>
                        <exclude>**/etc/init.d/tomcat*</exclude>
                    </excludes>
                </configuration>
                <executions>
                    <execution>
                        <phase>compile</phase>
                        <goals>
                            <goal>check</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <configuration>
                    <!-- see project properties for configLocation -->
                    <encoding>UTF-8</encoding>
                    <consoleOutput>true</consoleOutput>
                    <failOnViolation>false</failOnViolation>
                    <linkXRef>false</linkXRef>
                </configuration>
                <executions>
                    <execution>
                        <id>verify</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>check</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>

        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-gpg-plugin</artifactId>
                    <version>${maven-gpg-plugin.version}</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>${maven-compiler-plugin.version}</version>
                    <configuration>
                        <source>${maven.compiler.source}</source>
                        <target>${maven.compiler.target}</target>
                        <!-- useIncrementalCompilation does the opposite of what you would think. Set to
                             false to not rebuild everything constantly -->
                        <useIncrementalCompilation>false</useIncrementalCompilation>
                        <fork>true</fork>
                        <meminitial>128m</meminitial>
                        <maxmem>512m</maxmem>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>${maven-surefire-plugin.version}</version>
                    <configuration>
                        <skipTests>true</skipTests>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.eluder.coveralls</groupId>
                    <artifactId>coveralls-maven-plugin</artifactId>
                    <version>${coveralls-maven-plugin.version}</version>
                </plugin>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>cobertura-maven-plugin</artifactId>
                    <version>${cobertura-maven-plugin.version}</version>
                    <configuration>
                        <format>xml</format>
                        <maxmem>256m</maxmem>
                        <!-- aggregated reports for multi-module projects -->
                        <aggregate>true</aggregate>
                    </configuration>
                </plugin>

                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>build-helper-maven-plugin</artifactId>
                    <version>${maven-build-helper-plugin.version}</version>
                    <executions>
                        <execution>
                            <id>add-source</id>
                            <phase>generate-sources</phase>
                            <goals>
                                <goal>add-source</goal>
                            </goals>
                            <configuration>
                                <sources>
                                    <source>src/ext</source>
                                </sources>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>

                <!-- for grouper project -->
                <plugin>
                    <groupId>org.eclipse.m2e</groupId>
                    <artifactId>lifecycle-mapping</artifactId>
                    <version>1.0.0</version>
                    <configuration>
                        <lifecycleMappingMetadata>
                            <pluginExecutions>
                                <pluginExecution>
                                    <pluginExecutionFilter>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-antrun-plugin</artifactId>
                                        <versionRange>[1.3,)</versionRange>
                                        <goals>
                                            <goal>run</goal>
                                        </goals>
                                    </pluginExecutionFilter>
                                    <action>
                                        <ignore />
                                    </action>
                                </pluginExecution>
                            </pluginExecutions>
                        </lifecycleMappingMetadata>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-site-plugin</artifactId>
                    <version>${maven-site-plugin.version}</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-checkstyle-plugin</artifactId>
                    <version>${maven-checkstyle-plugin.version}</version>
                </plugin>
                <plugin>
                    <groupId>org.sonatype.plugins</groupId>
                    <artifactId>nexus-staging-maven-plugin</artifactId>
                    <version>${nexus-staging-maven-plugin.version}</version>
                </plugin>
            </plugins>
        </pluginManagement>

    </build>

    <profiles>
        <profile>
            <id>release</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-source-plugin</artifactId>
                        <version>${maven-source-plugin.version}</version>
                        <executions>
                            <execution>
                                <id>attach-sources</id>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <version>${maven-javadoc-plugin.version}</version>
                        <executions>
                            <execution>
                                <id>release-javadoc</id>
                                <phase>package</phase>
                                <goals>
                                    <goal>javadoc</goal>
                                </goals>
                            </execution>
                            <execution>
                                <id>attach-javadocs</id>
                                <goals>
                                    <goal>jar</goal>
                                </goals>
                            </execution>
                        </executions>
                        <configuration>
                            <minmemory>128m</minmemory>
                            <maxmemory>1g</maxmemory>
                            <!-- (for version < 3) <additionalparam>-Xdoclint:none</additionalparam>-->
                            <doclint>none</doclint>
                            <quiet>true</quiet>
                            <author>false</author>
                            <version>true</version>
                        </configuration>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-gpg-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>sign-artifacts</id>
                                <phase>verify</phase>
                                <goals>
                                    <goal>sign</goal>
                                </goals>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-deploy-plugin</artifactId>
                        <configuration>
                            <skip>true</skip>
                        </configuration>
                    </plugin>
                    <plugin>
                        <groupId>org.sonatype.plugins</groupId>
                        <artifactId>nexus-staging-maven-plugin</artifactId>
                        <extensions>true</extensions>
                        <configuration>
                            <serverId>sonatype-nexus-staging</serverId>
                            <nexusUrl>https://oss.sonatype.org/</nexusUrl>
                            <!-- staging profile for edu.internet2.middleware.grouper -->
                            <stagingProfileId>87a160186f8901</stagingProfileId>
                            <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

    <reporting>
        <plugins>
                <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>${maven-javadoc-plugin.version}</version>
                <configuration>
                    <!-- detectJavaApiLink defaults to true, so this may not need to be set -->
                    <!--
                    <links>
                        <link>http://java.sun.com/j2se/1.6.0/docs/api/</link>
                    </links>
                    -->
                    <quiet>true</quiet>
                    <author>false</author>
                    <version>true</version>
                    <doctitle>${project.name} ${project.version} Java API.</doctitle>
                    <windowtitle>${project.name} ${project.version} Java API.</windowtitle>
                    <overview>src/main/java/overview.html</overview>
                    <minmemory>128m</minmemory>
                    <maxmemory>1g</maxmemory>
                    <!-- (for version < 3) <additionalparam>-Xdoclint:none</additionalparam>-->
                    <doclint>none</doclint>
                    <!-- prevent every javadoc file changing on each run -->
                    <notimestamp>true</notimestamp>
                    <!-- prevent the footer from autoincrementing the year; keep it consistent with the original gh-pages -->
                    <bottom><![CDATA[Copyright &#169; 2016 <a href="http://www.internet2.edu/">Internet2</a>. All rights reserved.]]></bottom>
                </configuration>
                <reportSets>
                    <reportSet>
                        <id>default</id>
                        <reports>
                            <report>javadoc</report>
                            <report>test-javadoc</report>
                        </reports>
                    </reportSet>
                    <reportSet>
                        <id>aggregate</id>
                        <reports>
                            <report>aggregate</report>
                        </reports>
                    </reportSet>
                </reportSets>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-project-info-reports-plugin</artifactId>
                <version>${maven-projectinfo-reports-plugin.version}</version>
                <reportSets>
                  <reportSet>
                    <reports>
                      <report>index</report>
                      <report>team</report>
                      <report>mailing-lists</report>
                      <report>issue-management</report>
                      <report>licenses</report>
                      <report>scm</report>
                      <!--<report>summary</report>-->
                    </reports>
                  </reportSet>
                </reportSets>
              </plugin>
              <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jxr-plugin</artifactId>
                <version>${maven-jxr-plugin.version}</version>
                <reportSets>
                  <reportSet>
                    <inherited>false</inherited>
                    <reports>
                      <report>jxr</report>
                      <report>test-jxr</report>
                    </reports>
                  </reportSet>
              </reportSets>
              </plugin>
              <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>versions-maven-plugin</artifactId>
                <version>${maven-versions-plugin.version}</version>
                <reportSets>
                  <reportSet>
                    <reports>
                      <report>dependency-updates-report</report>
                      <report>plugin-updates-report</report>
                      <report>property-updates-report</report>
                    </reports>
                  </reportSet>
                </reportSets>
              </plugin>
              <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>taglist-maven-plugin</artifactId>
                <version>${maven-taglist-plugin.version}</version>
              </plugin>
        </plugins>
    </reporting>

    <!-- Project Metadata -->
    <url>https://www.internet2.edu/products-services/trust-identity/grouper/</url>

    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <organization>
        <name>Internet2</name>
        <url>http://www.internet2.edu/</url>
    </organization>

    <issueManagement>
        <system>JIRA</system>
        <url>https://todos.internet2.edu/browse/GRP</url>
    </issueManagement>

    <mailingLists>
        <mailingList>
            <name>Grouper Users</name>
            <subscribe>https://lists.internet2.edu/sympa/subscribe/grouper-users</subscribe>
            <unsubscribe>https://lists.internet2.edu/sympa/signoff/grouper-users</unsubscribe>
            <post>mailto:grouper-users@internet2.edu</post>
            <archive>https://lists.internet2.edu/sympa/arc/grouper-users</archive>
        </mailingList>
        <mailingList>
            <name>Grouper Development</name>
            <subscribe>https://lists.internet2.edu/sympa/subscribe/grouper-dev</subscribe>
            <unsubscribe>https://lists.internet2.edu/sympa/signoff/grouper-dev</unsubscribe>
            <post>mailto:grouper-dev@internet2.edu</post>
            <archive>https://lists.internet2.edu/sympa/arc/</archive>
        </mailingList>
    </mailingLists>

    <scm>
        <connection>scm:git:git@github.com:Internet2/grouper.git</connection>
        <developerConnection>scm:git:git@github.com:Internet2/grouper.git</developerConnection>
        <url>https://github.com/Internet2/grouper</url>
        <tag>HEAD</tag>
    </scm>

    <developers>
        <developer>
            <id>mchyzer</id>
            <name>Chris Hyzer</name>
            <organization>University of Pennsylvania</organization>
            <organizationUrl>http://www.upenn.edu</organizationUrl>
            <email>mchyzer@isc.upenn.edu</email>
            <roles>
                <role>Project Lead</role>
                <role>Developer</role>
            </roles>
            <timezone>-5</timezone>
        </developer>
        <developer>
            <id>sipatel2</id>
            <name>Shilen Patel</name>
            <organization>Duke University</organization>
            <organizationUrl>http://www.duke.edu</organizationUrl>
            <email>shilen@duke.edu</email>
            <roles>
                <role>Developer</role>
            </roles>
            <timezone>-5</timezone>
        </developer>
        <developer>
            <id>sachdeva-vivek</id>
            <name>Vivek Sachdeva</name>
            <roles>
                <role>Developer</role>
            </roles>
            <timezone>-8</timezone>
        </developer>
        <developer>
            <id>cer28</id>
            <name>Chad Redman</name>
            <organization>University of North Carolina - Chapel Hill</organization>
            <organizationUrl>http://www.unc.edu</organizationUrl>
            <email>chad_redman@unc.edu</email>
            <roles>
                <role>Developer</role>
            </roles>
            <timezone>America/New_York</timezone>
        </developer>
    </developers>

</project>
