aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell<?xml version="1.0" encoding="UTF-8"?>
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste<!--
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * The contents of this file are subject to the terms of the Common Development and
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Distribution License (the License). You may not use this file except in compliance with the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * specific language governing permission and limitations under the License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * When distributing Covered Software, include this CDDL Header Notice in each file and include
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Header, with the fields enclosed by brackets [] replaced by your own identifying
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * information: "Portions copyright [year] [name of copyright owner]".
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Copyright 2014-2016 ForgeRock AS.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste-->
7bf512aea50c834dc9c3ef5a0a228059fcc753a5jenkins<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">
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <parent>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <artifactId>openam-audit</artifactId>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <groupId>org.forgerock.openam</groupId>
2d8eba3efb0ced5c2ab004e5b3e949094747aeb3jenkins <version>14.0.0-SNAPSHOT</version>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell </parent>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <modelVersion>4.0.0</modelVersion>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <name>OpenAM Audit Core</name>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <artifactId>openam-audit-core</artifactId>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <packaging>jar</packaging>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpotts <properties>
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpotts <checkstyleFailOnError>true</checkstyleFailOnError>
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpotts </properties>
15f60c5ba586de69e94c6045e9bf91103e924020James Phillpotts
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <dependencies>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <dependency>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <groupId>org.forgerock.openam</groupId>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <artifactId>openam-shared</artifactId>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell </dependency>
130b7188b43ef3557ff86a52b85b159770bc1f81Jaco Jooste <dependency>
130b7188b43ef3557ff86a52b85b159770bc1f81Jaco Jooste <groupId>org.forgerock.openam</groupId>
130b7188b43ef3557ff86a52b85b159770bc1f81Jaco Jooste <artifactId>openam-i18n</artifactId>
130b7188b43ef3557ff86a52b85b159770bc1f81Jaco Jooste </dependency>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <dependency>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <groupId>org.forgerock.commons</groupId>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <artifactId>forgerock-audit-core</artifactId>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell </dependency>
184c2aab7c668e864d6a346cf2e53270f365f6e0Phill Cunnington <dependency>
184c2aab7c668e864d6a346cf2e53270f365f6e0Phill Cunnington <groupId>com.google.inject.extensions</groupId>
184c2aab7c668e864d6a346cf2e53270f365f6e0Phill Cunnington <artifactId>guice-assistedinject</artifactId>
184c2aab7c668e864d6a346cf2e53270f365f6e0Phill Cunnington </dependency>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <dependency>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell <groupId>javax.servlet</groupId>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts <artifactId>javax.servlet-api</artifactId>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts <scope>provided</scope>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell </dependency>
130b7188b43ef3557ff86a52b85b159770bc1f81Jaco Jooste <dependency>
130b7188b43ef3557ff86a52b85b159770bc1f81Jaco Jooste <groupId>org.forgerock.openam</groupId>
130b7188b43ef3557ff86a52b85b159770bc1f81Jaco Jooste <artifactId>openam-test-utils</artifactId>
130b7188b43ef3557ff86a52b85b159770bc1f81Jaco Jooste <scope>test</scope>
130b7188b43ef3557ff86a52b85b159770bc1f81Jaco Jooste </dependency>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <dependency>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <groupId>org.forgerock.commons</groupId>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <artifactId>forgerock-test-utils</artifactId>
c871a8ff857961f6d1bd43c62072979969d53b59Tom Rumsey <scope>test</scope>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell </dependency>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <dependency>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <groupId>org.forgerock.commons</groupId>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <artifactId>json-resource</artifactId>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <type>test-jar</type>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <scope>test</scope>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell </dependency>
9689679261c7316504327bc5c012c9808bcc3e18Jaco Jooste <dependency>
9689679261c7316504327bc5c012c9808bcc3e18Jaco Jooste <groupId>org.forgerock.commons</groupId>
9689679261c7316504327bc5c012c9808bcc3e18Jaco Jooste <artifactId>forgerock-guice-test</artifactId>
9689679261c7316504327bc5c012c9808bcc3e18Jaco Jooste <scope>test</scope>
9689679261c7316504327bc5c012c9808bcc3e18Jaco Jooste </dependency>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell </dependencies>
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major</project>