pom.xml revision 15f60c5ba586de69e94c6045e9bf91103e924020
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 Copyrighted [year] [name of copyright owner]".
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync
c98fb3e16fcd571a790eab772c0c66173d225205vboxsync Copyright 2015 ForgeRock AS.
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync-->
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync<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/maven-v4_0_0.xsd">
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <modelVersion>4.0.0</modelVersion>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <parent>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.openam</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>openam</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <version>13.0.0-SNAPSHOT</version>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </parent>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync
4896726d903f56fe43eb13e2ba27ae1d63b8c40evboxsync <name>OpenAM HTTP</name>
4896726d903f56fe43eb13e2ba27ae1d63b8c40evboxsync <description>OpenAM HTTP integration</description>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>openam-http</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <properties>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <checkstyleFailOnError>true</checkstyleFailOnError>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </properties>
67b414aa650cb27688d387c2184f8488d801cd72vboxsync
67b414aa650cb27688d387c2184f8488d801cd72vboxsync <dependencies>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
67b414aa650cb27688d387c2184f8488d801cd72vboxsync <groupId>org.forgerock.http</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>chf-http-core</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.commons</groupId>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync <artifactId>forgerock-guice-core</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>com.google.inject.extensions</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>guice-multibindings</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.openam</groupId>
4e46eee5a96078ebec6cb36939b794a391f1ade0vboxsync <artifactId>openam-core</artifactId>
4e46eee5a96078ebec6cb36939b794a391f1ade0vboxsync </dependency>
4e46eee5a96078ebec6cb36939b794a391f1ade0vboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.openam</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>openam-audit-context</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <groupId>org.forgerock.openam</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>openam-audit-core</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync <groupId>org.forgerock.commons</groupId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <artifactId>forgerock-guice-test</artifactId>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync </dependency>
9e201d78ac6efdd08550263f2e146cdb76e9d49bvboxsync <dependency>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync <groupId>org.forgerock.commons</groupId>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync <artifactId>forgerock-test-utils</artifactId>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync </dependency>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync </dependencies>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync</project>
84d5d5272edbc1f41f963221b74a7eda71d0e2a2vboxsync