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