pom.xml revision d675d343e644b8a0ac4363eec8108e13cb76c816
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes<?xml version="1.0" encoding="UTF-8"?>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes<!--
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes*
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* Copyright 2011-2015 ForgeRock AS.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes*
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* The contents of this file are subject to the terms
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* of the Common Development and Distribution License
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* (the License). You may not use this file except in
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* compliance with the License.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes*
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* You can obtain a copy of the License at
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* http://forgerock.org/license/CDDLv1.0.html
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* See the License for the specific language governing
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* permission and limitations under the License.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes*
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* When distributing Covered Code, include this CDDL
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* Header Notice in each file and include the License file
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes* at http://forgerock.org/license/CDDLv1.0.html
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes* If applicable, add the following below the CDDL Header,
16b55a35cff91315d261d1baa776138af465c4e4fuankg* with the fields enclosed by brackets [] replaced by
16b55a35cff91315d261d1baa776138af465c4e4fuankg* your own identifying information:
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes* "Portions Copyrighted [year] [name of copyright owner]"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes*
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes-->
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes<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">
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <modelVersion>4.0.0</modelVersion>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <!-- Parent Project -->
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <parent>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <version>13.0.0-SNAPSHOT</version>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </parent>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <!-- Component Definition -->
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <name>OpenAM Core</name>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <description>OpenAM Core Components</description>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-core</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <packaging>jar</packaging>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <!-- Build -->
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <build>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <plugins>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <plugin>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.apache.maven.plugins</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>maven-jar-plugin</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <configuration>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <archive>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <index>true</index>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <manifest>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <addClasspath>true</addClasspath>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <classpathPrefix>lib/</classpathPrefix>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </manifest>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <manifestEntries>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Specification-Title>OpenAM Core</Specification-Title>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <Specification-Vendor>ForgeRock</Specification-Vendor>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Implementation-Title>OpenAM Core</Implementation-Title>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Implementation-Version>${project.version} - ${maven.build.timestamp}
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </Implementation-Version>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Implementation-Vendor>ForgeRock</Implementation-Vendor>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Built-By>${user.name}</Built-By>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Build-Jdk>${java.version}</Build-Jdk>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Build-Time>${maven.build.timestamp}</Build-Time>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Version>${project.version}</Version>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Create-On>${maven.build.timestamp}</Create-On>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <Revision>${git.short.sha1}</Revision>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <!-- TODO Add License to Manifest -->
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <License />
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </manifestEntries>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg </archive>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </configuration>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </plugin>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </plugins>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <resources>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <directory>src/main/resources</directory>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <include>**/*</include>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <excludes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <exclude>*_*/*</exclude>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </excludes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <filtering>true</filtering>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <directory>src/main/resources/de_DE</directory>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <include>*</include>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <filtering>true</filtering>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </resource>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <directory>src/main/resources/es_ES</directory>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <includes>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <include>*</include>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <filtering>true</filtering>
0a39e7683f6611d66c55712f50bb240428d832a1bnicholes </resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <directory>src/main/resources/fr_FR</directory>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <include>*</include>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <filtering>true</filtering>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <resource>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <directory>src/main/resources/ja_JP</directory>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <include>*</include>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg </includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <filtering>true</filtering>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <directory>src/main/resources/ko_KR</directory>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <include>*</include>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <filtering>true</filtering>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <directory>src/main/resources/zh_CN</directory>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <include>*</include>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <filtering>true</filtering>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <directory>src/main/resources/zh_TW</directory>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <include>*</include>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </includes>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <filtering>true</filtering>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <directory>${project.build.directory}/generated-resources</directory>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg </resource>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </resources>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </build>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependencies>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <artifactId>openam-license-servlet</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-shared</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-audit-context</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-audit-core</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-coretoken</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-idsvcs-schema</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-mib-schema</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <artifactId>openam-xacml3-schema</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-ldap-utils</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-annotations</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-license-manager-cli</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <artifactId>oauth2-core</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.commons</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>json-resource-http</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.commons</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>forgerock-util</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.openam</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>openam-tokens</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.commons</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>forgerock-bloomfilter-core</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <groupId>org.forgerock.commons</groupId>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <artifactId>forgerock-bloomfilter-monitoring</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <!-- LDAP APIs -->
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.opendj</groupId>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <artifactId>opendj-server</artifactId>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.opendj</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>opendj-core</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.opendj</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>opendj-grizzly</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.forgerock.opendj</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>opendj-server-legacy</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <!-- View Dependencies -->
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <groupId>com.iplanet.jato</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>jato</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>com.sun.web.ui</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>cc</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <!-- Use all Legacy extlib Dependencies for now and scale down as necessary. -->
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <groupId>org.apache.click</groupId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <artifactId>click-extras</artifactId>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes </dependency>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes <dependency>
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg <groupId>org.apache.click</groupId>
<artifactId>click-nodeps</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons.guava</groupId>
<artifactId>forgerock-guava-io</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>esapiport</artifactId>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxrpc-api</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>jaxrpc-impl</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.rpc</groupId>
<artifactId>jaxrpc-spi</artifactId>
</dependency>
<dependency>
<groupId>com.sleepycat</groupId>
<artifactId>je</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xml-serializer</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</dependency>
<!-- Legacy External Libraries for OpenAM -->
<dependency>
<groupId>external</groupId>
<artifactId>jdmkrt</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>publicsuffix</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>webservices-extra</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>webservices-extra-api</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>webservices-rt</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>webservices-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-guice-core</artifactId>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xml-apis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-reflect</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</artifactId>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng-common</artifactId>
</dependency>
<dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-guice-test</artifactId>
</dependency>
</dependencies>
</project>