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