pom.xml revision e1e8a4ed82cadf39569bab0958217c7c26da61d6
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer<?xml version="1.0" encoding="UTF-8"?>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer<!--
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence ~ The contents of this file are subject to the terms of the Common Development and
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer ~ Distribution License (the License). You may not use this file except in compliance with the
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer ~ License.
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer ~
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
15a44745412679c30a6d022733925af70a38b715David Lawrence ~ specific language governing permission and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence ~
15a44745412679c30a6d022733925af70a38b715David Lawrence ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
15a44745412679c30a6d022733925af70a38b715David Lawrence ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
15a44745412679c30a6d022733925af70a38b715David Lawrence ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
15a44745412679c30a6d022733925af70a38b715David Lawrence ~ information: "Portions copyright [year] [name of copyright owner]".
15a44745412679c30a6d022733925af70a38b715David Lawrence ~
15a44745412679c30a6d022733925af70a38b715David Lawrence ~ Copyright 2014-2015 ForgeRock AS.
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer-->
cefd68008fbba3488a077052ae62aa12b6de502bMichael 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">
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer <parent>
47058d17266420179fa294de6b82d8fb5b918df4Michael Sawyer <artifactId>openam-audit</artifactId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <groupId>org.forgerock.openam</groupId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <version>13.0.0-SNAPSHOT</version>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer </parent>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <modelVersion>4.0.0</modelVersion>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <name>OpenAM Audit Core</name>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer <artifactId>openam-audit-core</artifactId>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer <packaging>jar</packaging>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer
b266f8fc42702debc6bd89365273223fa89cd8ddBrian Wellington <properties>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer <checkstyleFailOnError>true</checkstyleFailOnError>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer </properties>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer
1893b56ef9f5f2bc2a0fbe80d3c6b69df1bdc7c2Michael Sawyer <dependencies>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <dependency>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <groupId>org.forgerock.openam</groupId>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <artifactId>openam-shared</artifactId>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer </dependency>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <dependency>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <groupId>org.forgerock.commons</groupId>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <artifactId>forgerock-audit-core</artifactId>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer </dependency>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <dependency>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <groupId>com.google.inject.extensions</groupId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <artifactId>guice-assistedinject</artifactId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer </dependency>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <dependency>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <groupId>javax.servlet</groupId>
6fe03d6c83ec02d4494edc870f5e892d419b6885Michael Sawyer <artifactId>javax.servlet-api</artifactId>
d821f1cd7e97552401296e880e7518c98c9ebea1Michael Sawyer <scope>provided</scope>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer </dependency>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <dependency>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <groupId>org.forgerock.commons</groupId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <artifactId>forgerock-test-utils</artifactId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer </dependency>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <dependency>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <groupId>org.forgerock.commons</groupId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <artifactId>json-resource</artifactId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <type>test-jar</type>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <scope>test</scope>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer </dependency>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <dependency>
1893b56ef9f5f2bc2a0fbe80d3c6b69df1bdc7c2Michael Sawyer <groupId>org.forgerock.commons</groupId>
b266f8fc42702debc6bd89365273223fa89cd8ddBrian Wellington <artifactId>forgerock-guice-test</artifactId>
38cf6e52ce4b33795713388824b69d78e430b115Michael Sawyer <scope>test</scope>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer </dependency>
844eaa56d6d647b38b2a5cf08f7ea5ab7b752690Michael Sawyer </dependencies>
6fe03d6c83ec02d4494edc870f5e892d419b6885Michael Sawyer
6c6a62933dda281cb9193de1d54d4c9e74515f5aMichael Sawyer</project>