pom.xml revision ba8cf8a2c66c3c5fa629a17623d1e71ecd87dfb6
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi<?xml version="1.0" encoding="UTF-8"?>
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi<!--
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi*
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* Copyright 2015 ForgeRock AS.
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi*
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* The contents of this file are subject to the terms
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* of the Common Development and Distribution License
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* (the License). You may not use this file except in
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* compliance with the License.
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi*
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* You can obtain a copy of the License at
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* http://forgerock.org/license/CDDLv1.0.html
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* See the License for the specific language governing
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* permission and limitations under the License.
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi*
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* When distributing Covered Code, include this CDDL
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* Header Notice in each file and include the License file
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* at http://forgerock.org/license/CDDLv1.0.html
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* If applicable, add the following below the CDDL Header,
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* with the fields enclosed by brackets [] replaced by
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* your own identifying information:
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi* "Portions Copyrighted [year] [name of copyright owner]"
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi*
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi-->
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi<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">
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi <modelVersion>4.0.0</modelVersion>
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi
40cb5e5daa7b80bb70fcf8dadfb20f9281566331vi <parent>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam</artifactId>
<version>13.0.0-SNAPSHOT</version>
</parent>
<name>OpenAM UMA</name>
<description>OpenAM User Managed Access</description>
<artifactId>openam-uma</artifactId>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-restlet</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-shared</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core-rest</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-oauth2</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>oauth2-restlet</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.http</groupId>
<artifactId>chf-http-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-entitlements</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-guice-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource</artifactId>
<type>test-jar</type>
</dependency>
</dependencies>
</project>