pom.xml revision 2d8eba3efb0ced5c2ab004e5b3e949094747aeb3
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk<?xml version="1.0" encoding="UTF-8"?>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk<!--
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * The contents of this file are subject to the terms of the Common Development and
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * Distribution License (the License). You may not use this file except in compliance with the
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * License.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk *
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * specific language governing permission and limitations under the License.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk *
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * When distributing Covered Software, include this CDDL Header Notice in each file and include
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * Header, with the fields enclosed by brackets [] replaced by your own identifying
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * information: "Portions copyright [year] [name of copyright owner]".
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk *
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk * Copyright 2015-2016 ForgeRock AS.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk-->
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk<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/xsd/maven-4.0.0.xsd">
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <parent>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>openam</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <groupId>org.forgerock.openam</groupId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <version>14.0.0-SNAPSHOT</version>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </parent>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <modelVersion>4.0.0</modelVersion>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>openam-selfservice</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <name>OpenAM Self Service</name>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <description>Home for OpenAM self service integration</description>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <properties>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <checkstyleFailOnError>true</checkstyleFailOnError>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </properties>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependencies>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <groupId>org.forgerock.openam</groupId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>openam-rest</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <groupId>org.forgerock.openam</groupId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>openam-i18n</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <groupId>org.forgerock.commons</groupId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>forgerock-selfservice-core</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <groupId>org.forgerock.commons</groupId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>forgerock-selfservice-stages</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <groupId>org.forgerock.commons</groupId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>json-resource</artifactId>
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk </dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <groupId>org.forgerock.commons</groupId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>json-resource-http</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependency>
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk <groupId>org.forgerock.commons</groupId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>json-web-token</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </dependency>
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk <dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <groupId>org.forgerock.commons</groupId>
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk <artifactId>forgerock-util</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <groupId>org.forgerock.commons</groupId>
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk <artifactId>forgerock-guice-core</artifactId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <dependency>
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk <groupId>javax.servlet</groupId>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk <artifactId>javax.servlet-api</artifactId>
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk <scope>provided</scope>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk </dependency>
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-test-utils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-test-utils</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>