pom.xml revision 0d29d2c9c206eb1652fa951dd55bcc0cfa4b48fe
1N/A<?xml version="1.0" encoding="UTF-8"?>
1N/A<!--
1N/A* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1N/A*
1N/A* Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
1N/A*
1N/A* The contents of this file are subject to the terms
1N/A* of the Common Development and Distribution License
1N/A* (the License). You may not use this file except in
1N/A* compliance with the License.
1N/A*
1N/A* You can obtain a copy of the License at
1N/A* http://forgerock.org/license/CDDLv1.0.html
1N/A* See the License for the specific language governing
1N/A* permission and limitations under the License.
1N/A*
1N/A* When distributing Covered Code, include this CDDL
1N/A* Header Notice in each file and include the License file
1N/A* at http://forgerock.org/license/CDDLv1.0.html
1N/A* If applicable, add the following below the CDDL Header,
1N/A* with the fields enclosed by brackets [] replaced by
1N/A* your own identifying information:
1N/A* "Portions Copyrighted [year] [name of copyright owner]"
1N/A*
1N/A-->
1N/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/maven-v4_0_0.xsd">
1N/A <modelVersion>4.0.0</modelVersion>
1N/A
1N/A <!-- Parent Project -->
1N/A <parent>
1N/A <groupId>org.forgerock.openam</groupId>
1N/A <artifactId>openam-distribution</artifactId>
1N/A <version>13.0.0-SNAPSHOT</version>
1N/A </parent>
1N/A
1N/A <!-- Component Definition -->
1N/A <name>OpenAM Distribution Fedlet UnConfigured</name>
1N/A <description>OpenAM Distribution Fedlet UnConfigured.</description>
1N/A <artifactId>openam-distribution-fedlet-unconfigured</artifactId>
1N/A <packaging>pom</packaging>
1N/A
1N/A <!-- Build -->
1N/A <build>
1N/A <finalName>Fedlet-${project.version}</finalName>
1N/A <plugins>
1N/A <plugin>
1N/A <groupId>org.apache.maven.plugins</groupId>
1N/A <artifactId>maven-assembly-plugin</artifactId>
1N/A <executions>
1N/A <execution>
1N/A <id>fedlet-assembly_1</id>
1N/A <phase>package</phase>
1N/A <goals>
1N/A <goal>single</goal>
1N/A </goals>
1N/A <configuration>
1N/A <appendAssemblyId>false</appendAssemblyId>
1N/A <tarLongFileMode>gnu</tarLongFileMode>
1N/A <descriptors>
1N/A <descriptor>src/main/assembly/openAMFedlet_WAR_Assembly_Descriptor.xml</descriptor>
1N/A </descriptors>
1N/A </configuration>
1N/A </execution>
1N/A <execution>
1N/A <id>fedlet-assembly_2</id>
1N/A <phase>package</phase>
1N/A <goals>
1N/A <goal>single</goal>
1N/A </goals>
1N/A <configuration>
1N/A <appendAssemblyId>false</appendAssemblyId>
1N/A <tarLongFileMode>gnu</tarLongFileMode>
1N/A <descriptors>
1N/A <descriptor>src/main/assembly/openAMFedlet_ZIP_Assembly_Descriptor.xml</descriptor>
1N/A </descriptors>
1N/A </configuration>
1N/A </execution>
1N/A </executions>
1N/A </plugin>
1N/A </plugins>
1N/A </build>
1N/A
1N/A <dependencies>
1N/A
1N/A <dependency>
1N/A <groupId>org.forgerock.openam</groupId>
1N/A <artifactId>openam-shared</artifactId>
1N/A </dependency>
1N/A
1N/A <dependency>
1N/A <groupId>org.forgerock.openam</groupId>
1N/A <artifactId>openam-federation-library</artifactId>
1N/A </dependency>
1N/A
1N/A <dependency>
1N/A <groupId>org.forgerock.openam</groupId>
<artifactId>openam-dtd-schema</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-jaxrpc-schema</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-saml2-schema</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-mib-schema</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-liberty-schema</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-wsfederation-schema</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-rest</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>esapiport</artifactId>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</dependency>
<dependency>
<groupId>relaxngDatatype</groupId>
<artifactId>relaxngDatatype</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>jaxrpc-impl</artifactId>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xml-resolver</artifactId>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xml-serializer</artifactId>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.msv.datatype.xsd</groupId>
<artifactId>xsdlib</artifactId>
</dependency>
</dependencies>
</project>