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