pom.xml revision 82ca679ed8cd9595789d31312aab2090cbb99756
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ Copyright (c) 2011-2012 ForgeRock AS. All Rights Reserved
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ The contents of this file are subject to the terms
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ of the Common Development and Distribution License
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ (the License). You may not use this file except in
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ compliance with the License.
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ You can obtain a copy of the License at
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ http://forgerock.org/license/CDDLv1.0.html
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ See the License for the specific language governing
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ permission and limitations under the License.
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ When distributing Covered Code, include this CDDL
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ Header Notice in each file and include the License file
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ at http://forgerock.org/license/CDDLv1.0.html
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ If applicable, add the following below the CDDL Header,
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ with the fields enclosed by brackets [] replaced by
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ your own identifying information:
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik ~ "Portions Copyrighted [year] [name of copyright owner]"
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik<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">
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik <description>Bundle containing a servlet which allows exposing web content provided by optional bundles using OSGI.</description>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik <dependencies>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik </dependency>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik <artifactId>org.apache.felix.scr.annotations</artifactId>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik </dependency>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik </dependency>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik <artifactId>org.apache.felix.framework</artifactId>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik </dependency>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik <artifactId>org.osgi.compendium</artifactId>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik </dependency>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik </dependency>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik <artifactId>openidm-enhanced-config</artifactId>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik </dependency>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik </dependency>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik <artifactId>org.apache.felix.scr.annotations</artifactId>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik </dependency>
772f80ea8bc2eefa2bff3873187ea9433b14562aLukas Slebodnik </dependencies>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik </executions>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik <artifactId>maven-bundle-plugin</artifactId>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik <configuration>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik <instructions>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik <Include-Resource>{maven-resources}</Include-Resource>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik </instructions>
93aaa447a3082e94dd475fe004e960211f53096eLukas Slebodnik </configuration>