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