pom.xml revision 7cbae22b7560eefcf086863923459880aa87f014
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync<?xml version="1.0" encoding="UTF-8"?>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync<!--
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ The contents of this file are subject to the terms of the Common Development and
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ Distribution License (the License). You may not use this file except in compliance with the
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ License.
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ specific language governing permission and limitations under the License.
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ information: "Portions copyright [year] [name of copyright owner]".
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync ~ Copyright 2014-2015 ForgeRock AS.
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync-->
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync<project xmlns="http://maven.apache.org/POM/4.0.0"
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <parent>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <artifactId>openam</artifactId>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <groupId>org.forgerock.openam</groupId>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <version>13.0.0-SNAPSHOT</version>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync </parent>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <modelVersion>4.0.0</modelVersion>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <name>OpenAM Audit</name>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <description>OpenAM Audit Modules</description>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <artifactId>openam-audit</artifactId>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <packaging>pom</packaging>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <modules>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <module>openam-audit-context</module>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <module>openam-audit-core</module>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <module>openam-audit-configuration</module>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync </modules>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync</project>