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