pom.xml revision 95ac3084c619fd042f83410e5436ec3f1c3da190
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync<?xml version="1.0" encoding="UTF-8"?>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync<!--
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync ~ The contents of this file are subject to the terms of the Common Development and
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync ~ Distribution License (the License). You may not use this file except in compliance with the
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync ~ License.
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync ~
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
e90bc1b0a8fb83acc1c1dc65176f143163cbb1a4vboxsync ~ specific language governing permission and limitations under the License.
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync ~
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync ~ information: "Portions copyright [year] [name of copyright owner]".
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync ~
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync ~ Copyright 2014-2015 ForgeRock AS.
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync-->
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync<project xmlns="http://maven.apache.org/POM/4.0.0"
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <parent>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>openam-audit</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.openam</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <version>13.0.0-SNAPSHOT</version>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </parent>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <modelVersion>4.0.0</modelVersion>
4896726d903f56fe43eb13e2ba27ae1d63b8c40evboxsync
4896726d903f56fe43eb13e2ba27ae1d63b8c40evboxsync <name>OpenAM Audit Configuration</name>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>openam-audit-configuration</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <packaging>jar</packaging>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <properties>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <checkstyleFailOnError>true</checkstyleFailOnError>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </properties>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependencies>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.openam</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>openam-audit-core</artifactId>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.openam</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>openam-core</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.commons</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>forgerock-audit-handler-csv</artifactId>
4e46eee5a96078ebec6cb36939b794a391f1ade0vboxsync </dependency>
4e46eee5a96078ebec6cb36939b794a391f1ade0vboxsync <dependency>
4e46eee5a96078ebec6cb36939b794a391f1ade0vboxsync <groupId>org.forgerock.commons</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>forgerock-audit-handler-syslog</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.commons</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>forgerock-audit-handler-jdbc</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>com.zaxxer</groupId>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync <artifactId>HikariCP</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <!-- Test Dependencies -->
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync <dependency>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync <groupId>com.h2database</groupId>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync <artifactId>h2</artifactId>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync <scope>test</scope>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync </dependency>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync </dependencies>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync</project>