pom.xml revision 14877b60a6be0742cfc99a8e29304a0cc52131a8
22cc4b4e0d92019280405da9bb1b29767e85c572Brian Wellington<?xml version="1.0" encoding="UTF-8"?>
7b5130bd12ab4a5538240b6bbed9166dc7a856d6Tinderbox User<!--
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews ~ The contents of this file are subject to the terms of the Common Development and
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence ~ Distribution License (the License). You may not use this file except in compliance with the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater ~ License.
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer ~
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence ~ 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.
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer -->
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer<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">
28c2bc20269f3127b8bcb68e4458392f86cc0116Evan Hunt <parent>
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein <artifactId>openam-audit</artifactId>
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein <groupId>org.forgerock.openam</groupId>
47058d17266420179fa294de6b82d8fb5b918df4Michael Sawyer <version>13.0.0-SNAPSHOT</version>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer </parent>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <modelVersion>4.0.0</modelVersion>
6f710fce2d5a51b17bfc6f4a0b305c6b603c1304Brian Wellington
a985c480e1f2ff2ef358af4a407d3a0e40fd651eMichael Sawyer <name>OpenAM Audit REST</name>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <artifactId>openam-audit-rest</artifactId>
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence
668bd3acee916de774c569449367fee199965ff4Brian Wellington <properties>
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson <checkstyleFailOnError>true</checkstyleFailOnError>
25a66b4e41e2b0a2af4840749bac80ae78c678bfMark Andrews </properties>
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence <dependencies>
1893b56ef9f5f2bc2a0fbe80d3c6b69df1bdc7c2Michael Sawyer <dependency>
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence <groupId>org.forgerock.commons</groupId>
668bd3acee916de774c569449367fee199965ff4Brian Wellington <artifactId>forgerock-audit-core</artifactId>
668bd3acee916de774c569449367fee199965ff4Brian Wellington </dependency>
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington <dependency>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <groupId>org.forgerock.openam</groupId>
83a44df0a1dcc1760c7e4ad45eae801b5144592cBrian Wellington <artifactId>openam-rest</artifactId>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer </dependency>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer </dependencies>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer</project>