c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell<?xml version="1.0" encoding="UTF-8"?>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell<!--
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * The contents of this file are subject to the terms of the Common Development and
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Distribution License (the License). You may not use this file except in compliance with the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * specific language governing permission and limitations under the License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * When distributing Covered Software, include this CDDL Header Notice in each file and include
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Header, with the fields enclosed by brackets [] replaced by your own identifying
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * information: "Portions copyright [year] [name of copyright owner]".
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Copyright 2016 ForgeRock AS.
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell-->
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell<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">
fb3e21dc25f528140f7848f4948a17f5e27e2c98David Luna <modelVersion>4.0.0</modelVersion>
fb3e21dc25f528140f7848f4948a17f5e27e2c98David Luna
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <parent>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <artifactId>openam</artifactId>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <groupId>org.forgerock.openam</groupId>
2d8eba3efb0ced5c2ab004e5b3e949094747aeb3jenkins <version>14.0.0-SNAPSHOT</version>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell </parent>
fb3e21dc25f528140f7848f4948a17f5e27e2c98David Luna
fb3e21dc25f528140f7848f4948a17f5e27e2c98David Luna <properties>
fb3e21dc25f528140f7848f4948a17f5e27e2c98David Luna <checkstyleFailOnError>true</checkstyleFailOnError>
fb3e21dc25f528140f7848f4948a17f5e27e2c98David Luna </properties>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <name>OpenAM Push Notification</name>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <description>OpenAM Push Notification Service</description>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <artifactId>openam-push-notification</artifactId>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <dependencies>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <dependency>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <groupId>org.forgerock.openam</groupId>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell <artifactId>openam-core</artifactId>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell </dependency>
96bca818a1c9cd3844874f08cc818571f45a15ffDavid Luna <dependency>
96bca818a1c9cd3844874f08cc818571f45a15ffDavid Luna <groupId>org.forgerock.openam</groupId>
96bca818a1c9cd3844874f08cc818571f45a15ffDavid Luna <artifactId>openam-rest</artifactId>
96bca818a1c9cd3844874f08cc818571f45a15ffDavid Luna </dependency>
1bc34195922e97727f62045e776cf103d36199deDavid Luna <dependency>
1bc34195922e97727f62045e776cf103d36199deDavid Luna <groupId>com.amazonaws</groupId>
1bc34195922e97727f62045e776cf103d36199deDavid Luna <artifactId>aws-java-sdk-sns</artifactId>
1bc34195922e97727f62045e776cf103d36199deDavid Luna </dependency>
c871a8ff857961f6d1bd43c62072979969d53b59Tom Rumsey <dependency>
c871a8ff857961f6d1bd43c62072979969d53b59Tom Rumsey <groupId>org.forgerock.commons</groupId>
c871a8ff857961f6d1bd43c62072979969d53b59Tom Rumsey <artifactId>forgerock-test-utils</artifactId>
c871a8ff857961f6d1bd43c62072979969d53b59Tom Rumsey <scope>test</scope>
c871a8ff857961f6d1bd43c62072979969d53b59Tom Rumsey </dependency>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington <dependency>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington <groupId>org.forgerock.openam</groupId>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington <artifactId>openam-core</artifactId>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington <type>test-jar</type>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington <scope>test</scope>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington </dependency>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington <dependency>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington <groupId>javax.servlet</groupId>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington <artifactId>javax.servlet-api</artifactId>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington <scope>test</scope>
519e6a1e8ca3ed474248f89104d260b15fcb6e07Phill Cunnington </dependency>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell </dependencies>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major</project>