pom.xml revision 184c2aab7c668e864d6a346cf2e53270f365f6e0
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<?xml version="1.0" encoding="UTF-8"?>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<!--
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ The contents of this file are subject to the terms of the Common Development and
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ Distribution License (the License). You may not use this file except in compliance with the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ specific language governing permission and limitations under the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ information: "Portions copyright [year] [name of copyright owner]".
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync ~ Copyright 2014-2015 ForgeRock AS.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync-->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<project xmlns="http://maven.apache.org/POM/4.0.0"
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-audit</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <version>13.0.0-SNAPSHOT</version>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <modelVersion>4.0.0</modelVersion>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <name>OpenAM Audit Core</name>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-audit-core</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <packaging>jar</packaging>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <properties>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <checkstyleFailOnError>true</checkstyleFailOnError>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </properties>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependencies>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-shared</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.commons</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>forgerock-audit-core</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>com.google.inject.extensions</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>guice-assistedinject</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>javax.servlet</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-test-utils</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>json-resource</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-guice-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>