pom.xml revision c49468bbfa37132e6989d263741ca8c3b436f8f4
98N/A<?xml version="1.0" encoding="UTF-8"?>
98N/A<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
98N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
98N/A <modelVersion>4.0.0</modelVersion>
911N/A
761N/A <!--
98N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
98N/A *
98N/A * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
98N/A *
98N/A * The contents of this file are subject to the terms
98N/A * of the Common Development and Distribution License
98N/A * (the License). You may not use this file except in
98N/A * compliance with the License.
98N/A *
98N/A * You can obtain a copy of the License at
98N/A * http://forgerock.org/license/CDDLv1.0.html
98N/A * See the License for the specific language governing
98N/A * permission and limitations under the License.
98N/A *
98N/A * When distributing Covered Code, include this CDDL
98N/A * Header Notice in each file and include the License file
98N/A * at http://forgerock.org/license/CDDLv1.0.html
98N/A * If applicable, add the following below the CDDL Header,
98N/A * with the fields enclosed by brackets [] replaced by
98N/A * your own identifying information:
98N/A * "Portions Copyrighted [year] [name of copyright owner]"
98N/A *
98N/A -->
98N/A
98N/A <!-- Parent Project -->
98N/A <parent>
98N/A <groupId>org.forgerock</groupId>
98N/A <artifactId>openam</artifactId>
98N/A <version>10.1.0-SNAPSHOT</version>
98N/A </parent>
98N/A
156N/A <!-- Component Definition -->
493N/A <name>OpenAM Core</name>
98N/A <description>OpenAM Core Components
98N/A </description>
851N/A <artifactId>openam-core</artifactId>
98N/A <version>10.1.0-SNAPSHOT</version>
911N/A <packaging>jar</packaging>
911N/A <organization>
911N/A <name>ForgeRock</name>
911N/A <url>http://www.forgerock.com</url>
98N/A </organization>
761N/A
548N/A <!-- Build -->
98N/A <build>
98N/A <plugins>
98N/A
98N/A <!-- Surefire Tests -->
98N/A <plugin>
98N/A <groupId>org.apache.maven.plugins</groupId>
98N/A <artifactId>maven-surefire-plugin</artifactId>
606N/A <configuration>
156N/A <systemPropertyVariables>
98N/A <templateLoaderPath>${notification.template.path}</templateLoaderPath>
156N/A </systemPropertyVariables>
98N/A <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</groupId>
<artifactId>openam-shared</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-entitlements</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-coretoken</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-rest</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-idsvcs-schema</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-mib-schema</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-xacml3-schema</artifactId>
<version>10.1.0-SNAPSHOT</version>
<!-- This Version -->
</dependency>
<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>org.kohsuke</groupId>
<artifactId>geoip</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.gmbal</groupId>
<artifactId>gmbal-api-only</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-framework</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>com.sun.xml.rpc</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>org.glassfish.external</groupId>
<artifactId>management-api</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>ognl</groupId>
<artifactId>ognl</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>org.apache.velocity</groupId>
<artifactId>velocity</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>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>i18n-core</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>OpenDJ</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>opendj-ldap-sdk</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>
</dependencies>
</project>