pom.xml revision 2d8eba3efb0ced5c2ab004e5b3e949094747aeb3
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-2016 ForgeRock AS.
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync-->
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync<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">
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <parent>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <artifactId>openam</artifactId>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <groupId>org.forgerock.openam</groupId>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync <version>14.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 <module>openam-audit-rest</module>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync </modules>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync</project>
41c77a6173c9afd8d2ea87955be516ae7d8d0dc9vboxsync