pom.xml revision e7f6201a93237c1ccaa30d4a7aaf3abf79ddbd16
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi<?xml version="1.0" encoding="UTF-8"?>
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi<!--
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd * The contents of this file are subject to the terms of the Common Development and
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd * Distribution License (the License). You may not use this file except in compliance with the
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd * License.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd *
0066eddda7203f6345b56f77d146a759298dc635gryzor * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0066eddda7203f6345b56f77d146a759298dc635gryzor * specific language governing permission and limitations under the License.
0066eddda7203f6345b56f77d146a759298dc635gryzor *
0066eddda7203f6345b56f77d146a759298dc635gryzor * When distributing Covered Software, include this CDDL Header Notice in each file and include
6ae232055d4d8a97267517c5e50074c2c819941and * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd * Header, with the fields enclosed by brackets [] replaced by your own identifying
6ae232055d4d8a97267517c5e50074c2c819941and * information: "Portions copyright [year] [name of copyright owner]".
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd *
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd * Copyright 2015-2016 ForgeRock AS.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd-->
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam</artifactId>
<version>14.0.0-M3</version>
</parent>
<name>OpenAM Core REST</name>
<description>OpenAM Core REST</description>
<artifactId>openam-core-rest</artifactId>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core</artifactId>
</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-rest</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-dashboard</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-selfservice-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-i18n</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-test-utils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-i18n</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-test-utils</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>