pom.xml revision 80849398a45dca1fb917716907d6ec99be6222c2
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot<?xml version="1.0" encoding="UTF-8"?>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <modelVersion>4.0.0</modelVersion>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <!--
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac *
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot *
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * The contents of this file are subject to the terms
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * of the Common Development and Distribution License
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * (the License). You may not use this file except in
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac * compliance with the License.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac *
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac * You can obtain a copy of the License at
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac * http://forgerock.org/license/CDDLv1.0.html
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * See the License for the specific language governing
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * permission and limitations under the License.
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot *
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * When distributing Covered Code, include this CDDL
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * Header Notice in each file and include the License file
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * at http://forgerock.org/license/CDDLv1.0.html
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * If applicable, add the following below the CDDL Header,
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * with the fields enclosed by brackets [] replaced by
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * your own identifying information:
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot * "Portions Copyrighted [year] [name of copyright owner]"
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot *
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot -->
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <!-- Parent Project -->
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <parent>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <groupId>org.forgerock.openam</groupId>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <artifactId>openam</artifactId>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <version>10.1.0-SNAPSHOT</version>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot </parent>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <!-- Component Definition -->
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <name>OpenAM Core</name>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <description>OpenAM Core Components
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot </description>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <artifactId>openam-core</artifactId>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <version>10.1.0-SNAPSHOT</version>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <packaging>jar</packaging>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <organization>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <name>ForgeRock</name>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <url>http://www.forgerock.com</url>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot </organization>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <!-- Build -->
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <build>
cd845149d3f0adb85c23d522477ffb6d7c16cc7ectissot <plugins>
<!-- Surefire Tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<templateLoaderPath>${notification.template.path}</templateLoaderPath>
</systemPropertyVariables>
<excludes>
<exclude>**/IT_*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<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-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
<Specification-Vendor>ForgeRock</Specification-Vendor>
<Implementation-Title>OpenAM Core</Implementation-Title>
<Implementation-Version>${project.version} - ${maven.build.timestamp}
</Implementation-Version>
<Implementation-Vendor>ForgeRock</Implementation-Vendor>
<Built-By>${user.name}</Built-By>
<Build-Jdk>${java.version}</Build-Jdk>
<Build-Time>${maven.build.timestamp}</Build-Time>
<Version>${project.version}</Version>
<Create-On>${maven.build.timestamp}</Create-On>
<SVN-Revision>R${svn-revision.revision}</SVN-Revision>
<!-- TODO Add License to Manifest -->
<License></License>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<filtering>false</filtering>
<directory>src/main/resources</directory>
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>version_information.txt</exclude>
</excludes>
</resource>
<resource>
<filtering>true</filtering>
<directory>src/main/resources</directory>
<includes>
<include>version_information.txt</include>
</includes>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-locale</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-shared</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-entitlements</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-coretoken</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-rest</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-idsvcs-schema</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-mib-schema</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-xacml3-schema</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<!-- LDAP APIs -->
<dependency>
<groupId>external</groupId>
<artifactId>OpenDJ</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-ldap-sdk</artifactId>
</dependency>
<!-- View Dependencies -->
<dependency>
<groupId>com.iplanet.jato</groupId>
<artifactId>jato</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_de</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_es</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_fr</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_it</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_ja</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_ko</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_sv</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_zh</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_zh_CN</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_zh_HK</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_zh_TW</artifactId>
</dependency>
<!-- Use all Legacy extlib Dependencies for now and scale down as necessary. -->
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
<dependency>
<groupId>org.apache.click</groupId>
<artifactId>click-extras</artifactId>
</dependency>
<dependency>
<groupId>org.apache.click</groupId>
<artifactId>click-nodeps</artifactId>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</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-digester</groupId>
<artifactId>commons-digester</artifactId>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</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>
<groupId>com.sun.messaging.mq</groupId>
<artifactId>imq</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.mq</groupId>
<artifactId>imq</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-libs</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</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>org.jdom</groupId>
<artifactId>jdom</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>sleepycat-je</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
</dependency>
<dependency>
<groupId>com.sun.messaging.mq</groupId>
<artifactId>jms</artifactId>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
<artifactId>oauth-client</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
<artifactId>oauth-server</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
<artifactId>oauth-signature</artifactId>
</dependency>
<dependency>
<groupId>relaxngDatatype</groupId>
<artifactId>relaxngDatatype</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
</dependency>
<dependency>
<groupId>com.sun.tools.ws</groupId>
<artifactId>webservices-tools</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>xml-security</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>net.java.dev.msv.datatype.xsd</groupId>
<artifactId>xsdlib</artifactId>
</dependency>
<!-- Legacy External Libraries for OpenAM -->
<!-- We need to eventually ween off of these -->
<dependency>
<!-- This version is different from what is out in central. Very Bad! -->
<groupId>external</groupId>
<artifactId>ant-contrib</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>authapi</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>FastInfoset</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>jdmkrt</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>jdmktk</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>jsr173_api</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>jss4</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>publicsuffix</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>swec</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>org.forgerock.commons</groupId>
<artifactId>json-fluent</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>org.forgerock.json.resource</artifactId>
<version>1.2.2</version>
</dependency>
</dependencies>
</project>