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