pom.xml revision ceb34ed5d9b29c20e3ed0540d1052e7400cae276
7a8401ce858002b67e8f4198fde45a1562696ccbChristian Maeder<?xml version="1.0" encoding="UTF-8"?>
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner<!--
c7b8ecdfb448048ad7c716be3a5ceb6d845ad194Christian Maeder ~ The contents of this file are subject to the terms of the Common Development and
7a8401ce858002b67e8f4198fde45a1562696ccbChristian Maeder ~ Distribution License (the License). You may not use this file except in compliance with theLicense.
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu ~
84f4a3859d625c9d69a7af998ebb8d512d465389Christian Maeder ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
3f69b6948966979163bdfe8331c38833d5d90ecdChristian Maeder ~ specific language governing permission and limitations under the License.
7a8401ce858002b67e8f4198fde45a1562696ccbChristian Maeder ~
7a8401ce858002b67e8f4198fde45a1562696ccbChristian Maeder ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
7a8401ce858002b67e8f4198fde45a1562696ccbChristian Maeder ~ information: "Portions copyright [year] [name of copyright owner]".
7a8401ce858002b67e8f4198fde45a1562696ccbChristian Maeder ~
7a8401ce858002b67e8f4198fde45a1562696ccbChristian Maeder ~ Copyright 2011-2015 ForgeRock AS.
84f4a3859d625c9d69a7af998ebb8d512d465389Christian Maeder-->
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder<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">
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <modelVersion>4.0.0</modelVersion>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <parent>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <artifactId>openidm-project</artifactId>
84f4a3859d625c9d69a7af998ebb8d512d465389Christian Maeder <groupId>org.forgerock.openidm</groupId>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <version>4.0.0-SNAPSHOT</version>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder </parent>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <groupId>org.forgerock.openidm</groupId>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <artifactId>openidm-security-jetty</artifactId>
dd65d4f6fd88099786c5fa0c579ae62f941d76a7Christian Maeder <name>OpenIDM fragment for jetty security</name>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <packaging>bundle</packaging>
35db0960aa2e2a13652381c756fae5fb2b27213bChristian Maeder
10b02b2343246df6773585636fe3ddbefa3b6a1bChristian Maeder <dependencies>
84f4a3859d625c9d69a7af998ebb8d512d465389Christian Maeder <!-- OpenIDM Dependencies -->
10b02b2343246df6773585636fe3ddbefa3b6a1bChristian Maeder <dependency>
84f4a3859d625c9d69a7af998ebb8d512d465389Christian Maeder <groupId>org.forgerock.openidm</groupId>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <artifactId>openidm-httpcontext</artifactId>
10b02b2343246df6773585636fe3ddbefa3b6a1bChristian Maeder <version>${project.version}</version>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder </dependency>
84f4a3859d625c9d69a7af998ebb8d512d465389Christian Maeder <dependency>
84f4a3859d625c9d69a7af998ebb8d512d465389Christian Maeder <groupId>org.forgerock.openidm</groupId>
84f4a3859d625c9d69a7af998ebb8d512d465389Christian Maeder <artifactId>openidm-jetty-fragment</artifactId>
10b02b2343246df6773585636fe3ddbefa3b6a1bChristian Maeder <version>${project.version}</version>
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder </dependency>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder
f0976ae8c12cc3dbac024ef1771add1fe86235a9Christian Maeder <!-- Third party Dependencies -->
dc427a9450cd7b463717a2255c804afa47a54365Christian Maeder <dependency>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <groupId>org.ops4j.pax.web</groupId>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <artifactId>pax-web-jetty-bundle</artifactId>
f0976ae8c12cc3dbac024ef1771add1fe86235a9Christian Maeder </dependency>
84f4a3859d625c9d69a7af998ebb8d512d465389Christian Maeder <dependency>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <groupId>org.ops4j.pax.web</groupId>
10b02b2343246df6773585636fe3ddbefa3b6a1bChristian Maeder <artifactId>pax-web-api</artifactId>
fc9b69f521204a16ea815bac8ca7e12100d3f699Christian Maeder </dependency>
fc9b69f521204a16ea815bac8ca7e12100d3f699Christian Maeder
fc9b69f521204a16ea815bac8ca7e12100d3f699Christian Maeder <!-- Provided OSGi Dependencies -->
26fda45313f3d021c379bc5016a62f3db0903a51Christian Maeder <dependency>
e6ce9532afa3fcef59c60fff4119a60e2a31307eChristian Maeder <groupId>org.osgi</groupId>
10b02b2343246df6773585636fe3ddbefa3b6a1bChristian Maeder <artifactId>org.osgi.compendium</artifactId>
2cc613eee3aaa5d21c75aa50cdb681ab57069a7dChristian Maeder <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<executions>
<execution>
<id>generate-scr-scrdescriptor</id>
<goals>
<goal>scr</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Fragment-Host>org.forgerock.openidm.httpcontext</Fragment-Host>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>