pom.xml revision e1e6e3df82bcc247a7445f88089b103156e429ed
bc84d207c5ccce005513f71b15635731fa426bf1Dominik Dietrich ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
8fca4d8a078d799b2faded300d6b97c2f7761103Ewaryst Schulz ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
08b27f5b9b0623b02b57a994437086b4dac9b8aaEwaryst Schulz ~ The contents of this file are subject to the terms
08b27f5b9b0623b02b57a994437086b4dac9b8aaEwaryst Schulz ~ of the Common Development and Distribution License
08b27f5b9b0623b02b57a994437086b4dac9b8aaEwaryst Schulz ~ (the License). You may not use this file except in
bc84d207c5ccce005513f71b15635731fa426bf1Dominik Dietrich ~ compliance with the License.
bc84d207c5ccce005513f71b15635731fa426bf1Dominik Dietrich ~ You can obtain a copy of the License at
bc84d207c5ccce005513f71b15635731fa426bf1Dominik Dietrich ~ See the License for the specific language governing
bc84d207c5ccce005513f71b15635731fa426bf1Dominik Dietrich ~ permission and limitations under the License.
7af4df794a0e0f0cb927bd9371556ad098308983Ewaryst Schulz ~ When distributing Covered Code, include this CDDL
7af4df794a0e0f0cb927bd9371556ad098308983Ewaryst Schulz ~ Header Notice in each file and include the License file
7af4df794a0e0f0cb927bd9371556ad098308983Ewaryst Schulz ~ at http://forgerock.org/license/CDDLv1.0.html
7af4df794a0e0f0cb927bd9371556ad098308983Ewaryst Schulz ~ If applicable, add the following below the CDDL Header,
7af4df794a0e0f0cb927bd9371556ad098308983Ewaryst Schulz ~ with the fields enclosed by brackets [] replaced by
7af4df794a0e0f0cb927bd9371556ad098308983Ewaryst Schulz ~ your own identifying information:
7af4df794a0e0f0cb927bd9371556ad098308983Ewaryst Schulz ~ "Portions Copyrighted [year] [name of copyright owner]"
7af4df794a0e0f0cb927bd9371556ad098308983Ewaryst Schulz<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">
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <artifactId>openidm-security-jetty</artifactId>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <name>OpenIDM fragment for jetty security</name>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <dependencies>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <artifactId>openidm-httpcontext</artifactId>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich </dependency>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <artifactId>openidm-jetty-fragment</artifactId>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich </dependency>
bc84d207c5ccce005513f71b15635731fa426bf1Dominik Dietrich <artifactId>pax-web-jetty-bundle</artifactId>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich </dependency>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <!-- Provided OSGi Dependencies -->
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <artifactId>org.osgi.compendium</artifactId>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich </dependency>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <artifactId>org.apache.felix.scr.annotations</artifactId>
d3ea4ab5527bc4bd7381d39ecbc4af2199f54341Ewaryst Schulz </dependency>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich </dependencies>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich </executions>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <artifactId>maven-bundle-plugin</artifactId>
105837926c174394ac05c02471215fb6d68a780fEwaryst Schulz <configuration>
f54cbc3b567482a53e417faff9cd2583bfdc47dfDominik Dietrich <instructions>
105837926c174394ac05c02471215fb6d68a780fEwaryst Schulz <Fragment-Host>org.forgerock.openidm.httpcontext</Fragment-Host>
105837926c174394ac05c02471215fb6d68a780fEwaryst Schulz </instructions>
105837926c174394ac05c02471215fb6d68a780fEwaryst Schulz </configuration>