pom.xml revision b0a6fd4830e34f373a9477b687e46a87c7fadceb
1611N/A<?xml version="1.0" encoding="UTF-8"?>
1611N/A<!--
2868N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2868N/A *
2868N/A * Copyright (c) 2015 ForgeRock AS. All Rights Reserved
2868N/A *
2868N/A * The contents of this file are subject to the terms
2868N/A * of the Common Development and Distribution License
2868N/A * (the License). You may not use this file except in
2868N/A * compliance with the License.
2868N/A *
2868N/A * You can obtain a copy of the License at
2868N/A * http://forgerock.org/license/CDDLv1.0.html
2868N/A * See the License for the specific language governing
2868N/A * permission and limitations under the License.
2868N/A *
2868N/A * When distributing Covered Code, include this CDDL
2868N/A * Header Notice in each file and include the License file
2868N/A * at http://forgerock.org/license/CDDLv1.0.html
2868N/A * If applicable, add the following below the CDDL Header,
2868N/A * with the fields enclosed by brackets [] replaced by
2868N/A * your own identifying information:
2868N/A * "Portions Copyrighted [year] [name of copyright owner]"
2868N/A *
2868N/A -->
4730N/A<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">
2868N/A <modelVersion>4.0.0</modelVersion>
2868N/A <parent>
2868N/A <groupId>org.forgerock.openam</groupId>
2868N/A <artifactId>openam-radius</artifactId>
2868N/A <version>13.5.0-SNAPSHOT</version>
2868N/A </parent>
1611N/A
1611N/A <description>OpenAM Radius common library. Used by the openam-radius-server and openam-auth-radius modules</description>
1611N/A <name>OpenAM RADIUS common library.</name>
3273N/A <artifactId>openam-radius-common</artifactId>
1611N/A <dependencies>
2868N/A <dependency>
3273N/A <groupId>org.slf4j</groupId>
3273N/A <artifactId>slf4j-api</artifactId>
2868N/A </dependency>
3214N/A </dependencies>
1611N/A</project>
1611N/A