pom.xml revision 02f0b2e7f8de0ced8808786319c1a21684f590dc
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith<?xml version="1.0" encoding="UTF-8"?>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith<!--
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith Copyright (c) 2013-2016 ForgeRock AS. All Rights Reserved
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith The contents of this file are subject to the terms
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith of the Common Development and Distribution License
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith (the License). You may not use this file except in
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith compliance with the License.
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith You can obtain a copy of the License at legal/CDDLv1.0.txt.
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith See the License for the specific language governing
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith permission and limitations under the License.
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith When distributing Covered Code, include this CDDL
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith Header Notice in each file and include the License file at legal/CDDLv1.0.txt.
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith If applicable, add the following below the CDDL Header,
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith with the fields enclosed by brackets [] replaced by
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith your own identifying information:
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith "Portions Copyrighted [year] [name of copyright owner]"
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith-->
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith<project xmlns="http://maven.apache.org/POM/4.0.0"
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <modelVersion>4.0.0</modelVersion>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <groupId>org.forgerock.openam.examples</groupId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <artifactId>custom-authentication-module</artifactId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <version>14.0.0-SNAPSHOT</version>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <packaging>jar</packaging>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <properties>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <openam.version>14.0.0-SNAPSHOT</openam.version>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </properties>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <repositories>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <repository>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <id>forgerock-releases</id>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <url>http://maven.forgerock.org/repo/releases</url>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </repository>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <repository>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <id>forgerock-snapshots</id>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <url>http://maven.forgerock.org/repo/snapshots</url>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </repository>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </repositories>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <dependencies>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <dependency>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <groupId>org.forgerock.openam</groupId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <artifactId>openam-core</artifactId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <version>${openam.version}</version>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </dependency>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <dependency>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <groupId>org.forgerock.openam</groupId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <artifactId>openam-shared</artifactId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <version>${openam.version}</version>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </dependency>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <dependency>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <groupId>javax.servlet</groupId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <artifactId>servlet-api</artifactId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <version>2.5</version>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <scope>provided</scope>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </dependency>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </dependencies>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <build>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <plugins>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <plugin>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <groupId>org.apache.maven.plugins</groupId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <artifactId>maven-compiler-plugin</artifactId>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <version>3.0</version>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <configuration>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <source>1.6</source>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <target>1.6</target>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </configuration>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </plugin>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </plugins>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </build>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith</project>