pom.xml revision 4e09b43d07f5b34fe78ca10ece472ee6cbfea35c
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington<?xml version="1.0" encoding="UTF-8"?>
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox User<!--
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews ~ The contents of this file are subject to the terms of the Common Development and
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington ~ Distribution License (the License). You may not use this file except in compliance with the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater ~ License.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington ~
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington ~ specific language governing permission and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews ~
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews ~ information: "Portions copyright [year] [name of copyright owner]".
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews ~
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews ~ Copyright 2015 ForgeRock AS.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington -->
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt<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">
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt <modelVersion>4.0.0</modelVersion>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt <parent>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt <groupId>org.forgerock.openam</groupId>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <artifactId>openam</artifactId>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt <version>13.0.0-SNAPSHOT</version>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt </parent>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <name>OpenAM Core REST</name>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <description>OpenAM Core REST</description>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <artifactId>openam-core-rest</artifactId>
6ed53e5949d9fcd9715b440015b56e5a896d63dfDavid Hankins
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <dependencies>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <dependency>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <groupId>org.forgerock.openam</groupId>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <artifactId>openam-core</artifactId>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington </dependency>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <dependency>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <groupId>org.forgerock.openam</groupId>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <artifactId>openam-rest</artifactId>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein </dependency>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <dependency>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <groupId>org.forgerock.openam</groupId>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <artifactId>openam-dashboard</artifactId>
4b3f3cc67135e676a9b3b688685fb59e3494b0e6Mark Andrews </dependency>
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark Andrews <dependency>
3398334b3acda24b086957286288ca9852662b12Automatic Updater <groupId>org.forgerock.commons</groupId>
39844d471080b2de4f8bb9d81f7e136ef80f0ae2Automatic Updater <artifactId>forgerock-selfservice-core</artifactId>
0e27506ce3135f9bd49e12564ad0e15256135118Automatic Updater </dependency>
3b398443f0dca316ba7a6e057ba2d1b8ab4ddf70Tinderbox User <dependency>
43b94483957d3168796a816ed86cf097518817dcTinderbox User <groupId>javax.servlet</groupId>
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox User <artifactId>javax.servlet-api</artifactId>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <scope>provided</scope>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein </dependency>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <dependency>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <groupId>org.forgerock.commons</groupId>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <artifactId>json-resource</artifactId>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <type>test-jar</type>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <scope>test</scope>
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews </dependency>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein </dependencies>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein</project>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington