pom.xml revision c2a949e1006bdce06bcbf8314cf8fa35891ab50e
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz<?xml version="1.0" encoding="UTF-8"?>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz<!--
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz * The contents of this file are subject to the terms of the Common Development and
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd * Distribution License (the License). You may not use this file except in compliance with the
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * License.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd *
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * specific language governing permission and limitations under the License.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding *
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * When distributing Covered Software, include this CDDL Header Notice in each file and include
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * Header, with the fields enclosed by brackets [] replaced by your own identifying
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * information: "Portions copyright [year] [name of copyright owner]".
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd *
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * Copyright 2016 ForgeRock AS.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd-->
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd<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">
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd <parent>
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd <groupId>org.forgerock.openam</groupId>
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd <artifactId>openam</artifactId>
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd <version>14.0.0-M1</version>
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd </parent>
7db9f691a00ead175b03335457ca296a33ddf31bnd <modelVersion>4.0.0</modelVersion>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <artifactId>openam-time-travel</artifactId>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <name>OpenAM Time Travel</name>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <dependencies>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <dependency>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <groupId>org.forgerock.commons</groupId>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <artifactId>forgerock-util</artifactId>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <scope>provided</scope>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz </dependency>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <dependency>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <groupId>org.forgerock.openam</groupId>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <artifactId>openam-rest</artifactId>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz <scope>provided</scope>
9cd3b05d7b70f07a742bbaf548fa4fa2bdbe5ce6noodl </dependency>
f43ed9051a7f4db461d67ed4f7ece175b3dbca7cjerenkrantz </dependencies>
98e7b885c8e4503fabc1c17889c8fbc73a41c8b6minfrin
98e7b885c8e4503fabc1c17889c8fbc73a41c8b6minfrin</project>
98e7b885c8e4503fabc1c17889c8fbc73a41c8b6minfrin