pom.xml revision f68640ac11fde8e4053261f759c9ab3348f974f7
<?xml version="1.0" encoding="UTF-8"?>
<!--
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
*
* 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>12.0.0-SNAPSHOT</version>
</parent>
<!-- Component Definition -->
<name>OpenAM Core</name>
<description>OpenAM Core Components
</description>
<artifactId>openam-core</artifactId>
<packaging>jar</packaging>
<properties>
</properties>
<!-- 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>
<plugin>
<artifactId>maven-processor-plugin</artifactId>
<executions>
<execution>
<id>process</id>
<goals>
<goal>process</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<processors>
</processors>
<options>
</options>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<artifactId>openam-build-tools</artifactId>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>copy-maven-plugin</artifactId>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>copy</goal>
</goals>
</execution>
</executions>
<configuration>
<verbose>false</verbose>
<resource>
<include>*_*/*</include>
<filtering>true</filtering>
</resource>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>*_*/*</exclude>
</excludes>
<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-entitlements</artifactId>
</dependency>
<dependency>
<artifactId>openam-coretoken</artifactId>
</dependency>
<dependency>
<artifactId>openam-rest</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>
<!-- LDAP APIs -->
<dependency>
<artifactId>opendj-server</artifactId>
</dependency>
<dependency>
<artifactId>opendj-ldap-sdk</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>
<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>je</artifactId>
</dependency>
<dependency>
<artifactId>jersey-bundle</artifactId>
</dependency>
<dependency>
<artifactId>json</artifactId>
</dependency>
<dependency>
<artifactId>jstl</artifactId>
</dependency>
<dependency>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<artifactId>jsp-api</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<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>
<!-- 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>
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>
</dependency>
<dependency>
<artifactId>forgerock-guice-core</artifactId>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xml-apis</artifactId>
<scope>test</scope>
</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>
</dependencies>
</project>