pom.xml revision 2689a3a2ad7c871fdfcde0f1f9369b00959579c4
4116N/A<?xml version="1.0" encoding="UTF-8"?>
4116N/A<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4116N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4116N/A <modelVersion>4.0.0</modelVersion>
4116N/A
4116N/A <!--
4116N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4116N/A *
4116N/A * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
4116N/A *
4116N/A * The contents of this file are subject to the terms
4116N/A * of the Common Development and Distribution License
4116N/A * (the License). You may not use this file except in
4116N/A * compliance with the License.
4116N/A *
4116N/A * You can obtain a copy of the License at
4116N/A * http://forgerock.org/license/CDDLv1.0.html
4116N/A * See the License for the specific language governing
4116N/A * permission and limitations under the License.
4116N/A *
4116N/A * When distributing Covered Code, include this CDDL
4116N/A * Header Notice in each file and include the License file
4116N/A * at http://forgerock.org/license/CDDLv1.0.html
4116N/A * If applicable, add the following below the CDDL Header,
4116N/A * with the fields enclosed by brackets [] replaced by
4116N/A * your own identifying information:
4116N/A * "Portions Copyrighted [year] [name of copyright owner]"
4116N/A *
4116N/A -->
4116N/A
4116N/A <!-- Parent Project -->
4116N/A <parent>
4116N/A <groupId>org.forgerock</groupId>
4116N/A <artifactId>openam</artifactId>
4116N/A <version>10.1-XPRESS-SNAPSHOT</version>
4116N/A </parent>
4116N/A
4116N/A <!-- Component Definition -->
4116N/A <name>OpenAM Authentication</name>
4116N/A <description>OpenAM Authentication Components
4116N/A </description>
4116N/A <artifactId>openam-authentication</artifactId>
4116N/A <version>10.1-XPRESS-SNAPSHOT</version>
4116N/A <packaging>pom</packaging>
4116N/A <organization>
4116N/A <name>ForgeRock</name>
4116N/A <url>http://www.forgerock.com</url>
4116N/A </organization>
4116N/A
4116N/A <!-- Child Modules -->
4116N/A <modules>
4116N/A <module>openam-auth-ad</module>
4116N/A <module>openam-auth-anonymous</module>
4116N/A <module>openam-auth-application</module>
4116N/A <module>openam-auth-cert</module>
4116N/A <module>openam-auth-datastore</module>
4116N/A <module>openam-auth-hotp</module>
4116N/A <module>openam-auth-httpbasic</module>
4116N/A <module>openam-auth-jdbc</module>
4116N/A <module>openam-auth-ldap</module>
4116N/A <module>openam-auth-membership</module>
4116N/A <module>openam-auth-msisdn</module>
4116N/A <module>openam-auth-nt</module>
4116N/A <module>openam-auth-radius</module>
4116N/A <module>openam-auth-safeword</module>
4116N/A <module>openam-auth-securid</module>
4116N/A <module>openam-auth-windowsdesktopsso</module>
4116N/A
4116N/A </modules>
4116N/A
4116N/A <dependencies>
4116N/A <dependency>
4116N/A <groupId>org.forgerock</groupId>
4116N/A <artifactId>openam-shared</artifactId>
4116N/A <version>10.1-XPRESS-SNAPSHOT</version>
4116N/A </dependency>
4116N/A <dependency>
4116N/A <groupId>org.forgerock</groupId>
4116N/A <artifactId>openam-core</artifactId>
4116N/A <version>10.1-XPRESS-SNAPSHOT</version>
4116N/A </dependency>
4116N/A </dependencies>
4116N/A
4116N/A</project>
4116N/A
4116N/A