pom.xml revision 449854c2a07b50ea64d9d6a8b03d18d4afeeee43
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<?xml version="1.0" encoding="UTF-8"?>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<!--
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* The contents of this file are subject to the terms
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* of the Common Development and Distribution License
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* (the License). You may not use this file except in
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* compliance with the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* You can obtain a copy of the License at
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* http://forgerock.org/license/CDDLv1.0.html
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* See the License for the specific language governing
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* permission and limitations under the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* When distributing Covered Code, include this CDDL
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* Header Notice in each file and include the License file
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* at http://forgerock.org/license/CDDLv1.0.html
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* If applicable, add the following below the CDDL Header,
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* with the fields enclosed by brackets [] replaced by
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* your own identifying information:
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* "Portions Copyrighted [year] [name of copyright owner]"
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync-->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<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">
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <modelVersion>4.0.0</modelVersion>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Parent Project -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <version>13.0.0-SNAPSHOT</version>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Component Definition -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <name>OpenAM Authentication</name>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <description>OpenAM Authentication Modules</description>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-authentication</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <packaging>pom</packaging>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Child Modules -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <modules>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-common</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-ad</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-anonymous</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-adaptive</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-application</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-cert</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-datastore</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-hotp</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-httpbasic</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-jdbc</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-ldap</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-membership</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-msisdn</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-nt</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-oath</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-fr-oath</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-oauth2</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-radius</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-windowsdesktopsso</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-persistentcookie</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>deviceprint</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-oidc</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-scripted</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-device-id</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-saml2</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </modules>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <profiles>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <profile>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <id>release</id>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <modules>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-securid</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </modules>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </profile>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <profile>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <id>development</id>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <modules>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <module>openam-auth-securid</module>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </modules>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </profile>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </profiles>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependencies>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-core</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependencies>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync</project>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync