pom.xml revision 9e34f70f789dbd049eed2b273ca9b7d2cd26fd51
<?xml version="1.0" encoding="UTF-8"?>
<!--
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2011-2015 ForgeRock AS.
*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License). You may not use this file except in
* compliance with the License.
*
* You can obtain a copy of the License at
* See the License for the specific language governing
* permission and limitations under the License.
*
* When distributing Covered Code, include this CDDL
* Header Notice in each file and include the License file
* If applicable, add the following below the CDDL Header,
* with the fields enclosed by brackets [] replaced by
* your own identifying information:
* "Portions Copyrighted [year] [name of copyright owner]"
*
-->
<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>
<!-- Parent Project -->
<parent>
<artifactId>openam</artifactId>
<version>14.0.0-SNAPSHOT</version>
</parent>
<!-- Component Definition -->
<name>OpenAM Core</name>
<description>OpenAM Core Components</description>
<artifactId>openam-core</artifactId>
<packaging>jar</packaging>
<!-- Build -->
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>true</index>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
</manifest>
<manifestEntries>
<Specification-Title>OpenAM Core</Specification-Title>
<Specification-Vendor>ForgeRock</Specification-Vendor>
<Implementation-Title>OpenAM Core</Implementation-Title>
</Implementation-Version>
<Implementation-Vendor>ForgeRock</Implementation-Vendor>
<!-- TODO Add License to Manifest -->
<License />
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>*_*/*</exclude>
</excludes>
<filtering>true</filtering>
</resource>
<resource>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<artifactId>openam-license-servlet</artifactId>
</dependency>
<dependency>
<artifactId>openam-shared</artifactId>
</dependency>
<dependency>
<artifactId>openam-audit-context</artifactId>
</dependency>
<dependency>
<artifactId>openam-audit-core</artifactId>
</dependency>
<dependency>
<artifactId>openam-coretoken</artifactId>
</dependency>
<dependency>
<artifactId>openam-idsvcs-schema</artifactId>
</dependency>
<dependency>
<artifactId>openam-mib-schema</artifactId>
</dependency>
<dependency>
<artifactId>openam-xacml3-schema</artifactId>
</dependency>
<dependency>
<artifactId>openam-ldap-utils</artifactId>
</dependency>
<dependency>
<artifactId>openam-annotations</artifactId>
</dependency>
<dependency>
<artifactId>openam-license-manager-cli</artifactId>
</dependency>
<dependency>
<artifactId>oauth2-core</artifactId>
</dependency>
<dependency>
<artifactId>json-resource-http</artifactId>
</dependency>
<dependency>
<artifactId>forgerock-util</artifactId>
</dependency>
<dependency>
<artifactId>openam-tokens</artifactId>
</dependency>
<dependency>
<artifactId>forgerock-bloomfilter-core</artifactId>
</dependency>
<dependency>
<artifactId>forgerock-bloomfilter-monitoring</artifactId>
</dependency>
<!-- LDAP APIs -->
<dependency>
<artifactId>opendj-server</artifactId>
</dependency>
<dependency>
<artifactId>opendj-core</artifactId>
</dependency>
<dependency>
<artifactId>opendj-grizzly</artifactId>
</dependency>
<dependency>
<artifactId>opendj-server-legacy</artifactId>
</dependency>
<!-- View Dependencies -->
<dependency>
<artifactId>jato</artifactId>
</dependency>
<dependency>
<artifactId>cc</artifactId>
</dependency>
<!-- Use all Legacy extlib Dependencies for now and scale down as necessary. -->
<dependency>
<artifactId>click-extras</artifactId>
</dependency>
<dependency>
<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>
<artifactId>forgerock-guava-io</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>esapiport</artifactId>
</dependency>
<dependency>
<artifactId>jaxrpc-api</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>jaxrpc-impl</artifactId>
</dependency>
<dependency>
<artifactId>jaxrpc-spi</artifactId>
</dependency>
<dependency>
<artifactId>saaj-impl</artifactId>
</dependency>
<dependency>
<artifactId>FastInfoset</artifactId>
</dependency>
<dependency>
<artifactId>je</artifactId>
</dependency>
<dependency>
<artifactId>jersey-bundle</artifactId>
</dependency>
<dependency>
<artifactId>json</artifactId>
</dependency>
<dependency>
<artifactId>jstl</artifactId>
</dependency>
<dependency>
<scope>provided</scope>
</dependency>
<dependency>
<artifactId>jsp-api</artifactId>
</dependency>
<dependency>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>
<dependency>
<artifactId>mail</artifactId>
</dependency>
<dependency>
<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>
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>
</dependency>
<dependency>
<artifactId>forgerock-guice-core</artifactId>
</dependency>
<dependency>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<artifactId>mockito-all</artifactId>
</dependency>
<dependency>
<artifactId>fest-assert</artifactId>
</dependency>
<dependency>
<artifactId>powermock-api-mockito</artifactId>
</dependency>
<dependency>
<artifactId>powermock-core</artifactId>
</dependency>
<dependency>
<artifactId>powermock-reflect</artifactId>
</dependency>
<dependency>
<artifactId>powermock-module-testng</artifactId>
</dependency>
<dependency>
<artifactId>powermock-module-testng-common</artifactId>
</dependency>
<dependency>
<artifactId>HdrHistogram</artifactId>
</dependency>
<dependency>
<artifactId>forgerock-guice-test</artifactId>
</dependency>
</dependencies>
</project>