pom.xml revision 4d668a74e90bd0431c1acb4c5a3df71f57d0aac7
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<?xml version="1.0" encoding="UTF-8"?>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl<!--
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ Copyright 2014-2015 ForgeRock AS.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ The contents of this file are subject to the terms
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ of the Common Development and Distribution License
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ (the License). You may not use this file except in
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ compliance with the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ You can obtain a copy of the License at
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ http://forgerock.org/license/CDDLv1.0.html
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ See the License for the specific language governing
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ permission and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ When distributing Covered Code, include this CDDL
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ Header Notice in each file and include the License file
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ at http://forgerock.org/license/CDDLv1.0.html
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ If applicable, add the following below the CDDL Header,
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ with the fields enclosed by brackets [] replaced by
bd0f52d78d701efcad2c460df61b45677d041c35jhaslam ~ your own identifying information:
9512fe850e98fdd448c638ca63fdd92a8a510255ahl ~ "Portions Copyrighted [year] [name of copyright owner]"
9512fe850e98fdd448c638ca63fdd92a8a510255ahl -->
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
bd0f52d78d701efcad2c460df61b45677d041c35jhaslam<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">
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <modelVersion>4.0.0</modelVersion>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <parent>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>org.forgerock.openam</groupId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>openam-oauth2-common</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <version>13.0.0-RC1</version>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </parent>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>oauth2-core</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <name>OAuth2 Core</name>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <description>OAuth2 Core library</description>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependencies>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>com.google.inject.extensions</groupId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>guice-assistedinject</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>org.slf4j</groupId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>slf4j-api</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>org.apache.servicemix.bundles</groupId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>org.apache.servicemix.bundles.javax-inject</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>org.forgerock.commons</groupId>
23b5c241225a8ade2b6b9f06ebb891ee459e3b02tomee <artifactId>json-web-token</artifactId>
23b5c241225a8ade2b6b9f06ebb891ee459e3b02tomee </dependency>
23b5c241225a8ade2b6b9f06ebb891ee459e3b02tomee <dependency>
23b5c241225a8ade2b6b9f06ebb891ee459e3b02tomee <groupId>org.forgerock.commons.guava</groupId>
23b5c241225a8ade2b6b9f06ebb891ee459e3b02tomee <artifactId>forgerock-guava-collect</artifactId>
23b5c241225a8ade2b6b9f06ebb891ee459e3b02tomee </dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>org.forgerock.openam</groupId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>openam-shared</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <dependency>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <groupId>org.forgerock.openam</groupId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl <artifactId>openam-tokens</artifactId>
9512fe850e98fdd448c638ca63fdd92a8a510255ahl </dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
</dependencies>
</project>