pom.xml revision 780edb54801442497adec4f16256e80d53618bc5
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<?xml version="1.0" encoding="UTF-8"?>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<!--
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ The contents of this file are subject to the terms of the Common Development and
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ Distribution License (the License). You may not use this file except in compliance with the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ specific language governing permission and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ information: "Portions copyright [year] [name of copyright owner]".
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ Copyright 2015 ForgeRock AS.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl -->
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<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">
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <parent>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>openam-audit</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>org.forgerock.openam</groupId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <version>13.0.0-SNAPSHOT</version>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </parent>
bd0f52d78d701efcad2c460df61b45677d041c35jhaslam <modelVersion>4.0.0</modelVersion>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <name>OpenAM Audit REST</name>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>openam-audit-rest</artifactId>
bd0f52d78d701efcad2c460df61b45677d041c35jhaslam
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <properties>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <checkstyleFailOnError>true</checkstyleFailOnError>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </properties>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependencies>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>org.forgerock.commons</groupId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>forgerock-audit-core</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>org.forgerock.openam</groupId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>openam-rest</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </dependencies>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl</project>