aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell<?xml version="1.0" encoding="UTF-8"?>
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste<!--
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ The contents of this file are subject to the terms of the Common Development and
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ Distribution License (the License). You may not use this file except in compliance with the
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ License.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ specific language governing permission and limitations under the License.
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ information: "Portions copyright [year] [name of copyright owner]".
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~
7cbae22b7560eefcf086863923459880aa87f014Jaco Jooste ~ Copyright 2014-2015 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>
5d4589530d1353fdd627ab216a1cdcbcaf6b705ejenkins <version>13.0.0</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>
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>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <dependency>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <groupId>org.forgerock.commons</groupId>
09a132902baa28c2f781680ea18958f95491f5bcCraig McDonnell <artifactId>forgerock-test-utils</artifactId>
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
aa3a2aee90d1c61946a08c839d9838be7658b453Craig McDonnell</project>