pom.xml revision 75453d224bcd855df8a57841e9258d981000df5a
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews<?xml version="1.0" encoding="UTF-8"?>
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews<!--
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * The contents of this file are subject to the terms of the Common Development and
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Distribution License (the License). You may not use this file except in compliance with the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * License.
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews *
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews * specific language governing permission and limitations under the License.
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews *
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews * When distributing Covered Software, include this CDDL Header Notice in each file and include
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews * Header, with the fields enclosed by brackets [] replaced by your own identifying
e13d04fda918c0c14c2247475bb99e0760d9a6a4Evan Hunt * information: "Portions copyright [year] [name of copyright owner]".
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews *
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews * Copyright 2015-2016 ForgeRock AS.
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews-->
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews<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">
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews <modelVersion>4.0.0</modelVersion>
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews <parent>
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews <groupId>org.forgerock.openam</groupId>
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews <artifactId>openam-radius</artifactId>
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews <version>14.0.0-M2</version>
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews </parent>
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews <description>OpenAM Radius common library. Used by the openam-radius-server and openam-auth-radius modules</description>
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews <name>OpenAM RADIUS common library</name>
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews <artifactId>openam-radius-common</artifactId>
b6384e6f77cc6743567fc01e4ecb88eab6e92894Mark Andrews <dependencies>
8a5809527e6c85e39699901712a455d5480907c1Evan Hunt <dependency>
8a5809527e6c85e39699901712a455d5480907c1Evan Hunt <groupId>org.slf4j</groupId>
8a5809527e6c85e39699901712a455d5480907c1Evan Hunt <artifactId>slf4j-api</artifactId>
8a5809527e6c85e39699901712a455d5480907c1Evan Hunt </dependency>
8a5809527e6c85e39699901712a455d5480907c1Evan Hunt </dependencies>
</project>