pom.xml revision 519e6a1e8ca3ed474248f89104d260b15fcb6e07
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell<?xml version="1.0" encoding="UTF-8"?>
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell<!--
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ The contents of this file are subject to the terms of the Common Development and
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ Distribution License (the License). You may not use this file except in compliance with the
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ License.
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ specific language governing permission and limitations under the License.
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ information: "Portions copyright [year] [name of copyright owner]".
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell ~ 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>
7c0e808d02c2c2e2008cf8ccdaee6400f5834387Joe Bandenburg <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
c892d0dfeda5c022104813bf59275f840923551bCraig McDonnell</project>