pom.xml revision 5f4c713b97bcf3ebeb84b0a3e3099a99795bcccb
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<?xml version="1.0" encoding="UTF-8"?>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<!--
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * The contents of this file are subject to the terms of the Common Development and
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * Distribution License (the License). You may not use this file except in compliance with the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw *
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * specific language governing permission and limitations under the License.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw *
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * When distributing Covered Software, include this CDDL Header Notice in each file and include
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * Header, with the fields enclosed by brackets [] replaced by your own identifying
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * information: "Portions copyright [year] [name of copyright owner]".
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw *
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw * Copyright 2014-2015 ForgeRock AS.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw-->
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw<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">
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw <modelVersion>4.0.0</modelVersion>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw <parent>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw <artifactId>openam-oauth2-common</artifactId>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw <groupId>org.forgerock.openam</groupId>
cb174861876aea6950a7ab4ce944aff84b1914cdjoyce mcintosh <version>13.0.0</version>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw </parent>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw <artifactId>openid-connect-core</artifactId>
bbf6f00c25b6a2bed23c35eac6d62998ecdb338cJordan Brown
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw <name>OpenID Connect Core</name>
dc20a3024900c47dd2ee44b9707e6df38f7d62a5as
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw <dependencies>
b1352070d318187b41b088da3533692976f3f225Alan Wright <dependency>
b1352070d318187b41b088da3533692976f3f225Alan Wright <groupId>org.forgerock.openam</groupId>
b1352070d318187b41b088da3533692976f3f225Alan Wright <artifactId>oauth2-core</artifactId>
b1352070d318187b41b088da3533692976f3f225Alan Wright </dependency>
b1352070d318187b41b088da3533692976f3f225Alan Wright <dependency>
b1352070d318187b41b088da3533692976f3f225Alan Wright <groupId>javax.servlet</groupId>
b1352070d318187b41b088da3533692976f3f225Alan Wright <artifactId>javax.servlet-api</artifactId>
b1352070d318187b41b088da3533692976f3f225Alan Wright <scope>provided</scope>
b1352070d318187b41b088da3533692976f3f225Alan Wright </dependency>
b1352070d318187b41b088da3533692976f3f225Alan Wright
b1352070d318187b41b088da3533692976f3f225Alan Wright <dependency>
b1352070d318187b41b088da3533692976f3f225Alan Wright <groupId>org.testng</groupId>
b1352070d318187b41b088da3533692976f3f225Alan Wright <artifactId>testng</artifactId>
bbf6f00c25b6a2bed23c35eac6d62998ecdb338cJordan Brown <scope>test</scope>
bbf6f00c25b6a2bed23c35eac6d62998ecdb338cJordan Brown </dependency>
bbf6f00c25b6a2bed23c35eac6d62998ecdb338cJordan Brown <dependency>
bbf6f00c25b6a2bed23c35eac6d62998ecdb338cJordan Brown <groupId>org.mockito</groupId>
bbf6f00c25b6a2bed23c35eac6d62998ecdb338cJordan Brown <artifactId>mockito-all</artifactId>
bbf6f00c25b6a2bed23c35eac6d62998ecdb338cJordan Brown <scope>test</scope>
b1352070d318187b41b088da3533692976f3f225Alan Wright </dependency>
bbf6f00c25b6a2bed23c35eac6d62998ecdb338cJordan Brown </dependencies>
037cac007b685e7ea79f6ef7e8e62bfd342a4d56joyce mcintosh
b1352070d318187b41b088da3533692976f3f225Alan Wright</project>
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw