pom.xml revision e1e6e3df82bcc247a7445f88089b103156e429ed
f1ed8902070833efd4b3b139bbc7ec0f331c7155Kristina Sojakova<?xml version="1.0" encoding="UTF-8"?>
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner<!--
f1ed8902070833efd4b3b139bbc7ec0f331c7155Kristina Sojakova The contents of this file are subject to the terms of the Common Development and
f1ed8902070833efd4b3b139bbc7ec0f331c7155Kristina Sojakova Distribution License (the License). You may not use this file except in compliance with the
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu License.
f1ed8902070833efd4b3b139bbc7ec0f331c7155Kristina Sojakova
f1ed8902070833efd4b3b139bbc7ec0f331c7155Kristina Sojakova You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f1ed8902070833efd4b3b139bbc7ec0f331c7155Kristina Sojakova specific language governing permission and limitations under the License.
f1ed8902070833efd4b3b139bbc7ec0f331c7155Kristina Sojakova
f1ed8902070833efd4b3b139bbc7ec0f331c7155Kristina Sojakova When distributing Covered Software, include this CDDL Header Notice in each file and include
f1ed8902070833efd4b3b139bbc7ec0f331c7155Kristina Sojakova the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
88e08f20c80fea4b7892bbb5e70c5002f7c1da18Christian Maeder Header, with the fields enclosed by brackets [] replaced by your own identifying
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov information: "Portions Copyrighted [year] [name of copyright owner]".
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov
b3493441db63d952924177357fb77bf0f762d150Aivaras Jakubauskas Copyright © 2011-2013 ForgeRock AS. All rights reserved.
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov-->
12668dd9b0b8060ce915543dad30bda40370d4d7Kristina Sojakova<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">
005e0f0c6b0cc898003b03801158c208f3071fc5Kristina Sojakova <modelVersion>4.0.0</modelVersion>
c35969f341eb137848e9c0874503bed8c419cbd2Kristina Sojakova <parent>
c35969f341eb137848e9c0874503bed8c419cbd2Kristina Sojakova <groupId>org.forgerock.openidm</groupId>
c35969f341eb137848e9c0874503bed8c419cbd2Kristina Sojakova <artifactId>openidm-project</artifactId>
c35969f341eb137848e9c0874503bed8c419cbd2Kristina Sojakova <version>3.1.0-RC1-SNAPSHOT</version>
c35969f341eb137848e9c0874503bed8c419cbd2Kristina Sojakova </parent>
12668dd9b0b8060ce915543dad30bda40370d4d7Kristina Sojakova <artifactId>patch-base</artifactId>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <name>OpenIDM Base Patch</name>
598de8bf0809629afec1d5e9069c0e0dffc2fb87Kristina Sojakova <packaging>bundle</packaging>
f20841e0b3d9311fd39f2615e43538214f720dd5Kristina Sojakova
12668dd9b0b8060ce915543dad30bda40370d4d7Kristina Sojakova <dependencies>
f20841e0b3d9311fd39f2615e43538214f720dd5Kristina Sojakova <dependency>
c208973c890b8f993297720fd0247bc7481d4304Christian Maeder <groupId>org.codehaus.jackson</groupId>
f20841e0b3d9311fd39f2615e43538214f720dd5Kristina Sojakova <artifactId>jackson-core-asl</artifactId>
f20841e0b3d9311fd39f2615e43538214f720dd5Kristina Sojakova </dependency>
01df1d7bfc8d2239859c151e7c4a9f6646e861eeKristina Sojakova <dependency>
01df1d7bfc8d2239859c151e7c4a9f6646e861eeKristina Sojakova <groupId>org.codehaus.jackson</groupId>
f20841e0b3d9311fd39f2615e43538214f720dd5Kristina Sojakova <artifactId>jackson-mapper-asl</artifactId>
f20841e0b3d9311fd39f2615e43538214f720dd5Kristina Sojakova </dependency>
f20841e0b3d9311fd39f2615e43538214f720dd5Kristina Sojakova <dependency>
c35969f341eb137848e9c0874503bed8c419cbd2Kristina Sojakova <groupId>org.apache.servicemix.bundles</groupId>
c35969f341eb137848e9c0874503bed8c419cbd2Kristina Sojakova <artifactId>org.apache.servicemix.bundles.commons-configuration</artifactId>
f20841e0b3d9311fd39f2615e43538214f720dd5Kristina Sojakova </dependency>
c35969f341eb137848e9c0874503bed8c419cbd2Kristina Sojakova <dependency>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <artifactId>commons-logging</artifactId>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <groupId>commons-logging</groupId>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <version>1.1.1</version>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova </dependency>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova </dependencies>
ea8e98e298f33f9362293f392c8fb192722b8904Eugen Kuksa <build>
168d206b4e5fd436c98239a1b6629c651f54c8eeKristina Sojakova <resources>
109f89c82ec8769e9ec81bc967987b5deecdfd25Kristina Sojakova <resource>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <directory>${basedir}/src/main/resources</directory>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <includes>
01df1d7bfc8d2239859c151e7c4a9f6646e861eeKristina Sojakova <include>**/*</include>
0833beb79f31e71a77e39dabdf37b2e77b8525d7Kristina Sojakova </includes>
12668dd9b0b8060ce915543dad30bda40370d4d7Kristina Sojakova </resource>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova </resources>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <plugins>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <plugin>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <groupId>org.apache.felix</groupId>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <artifactId>maven-bundle-plugin</artifactId>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <extensions>true</extensions>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <configuration>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <instructions>
c1b542512e0b8efce35e71d7bc055ee91038f2eeKristina Sojakova <Fragment-Host>org.forgerock.openidm.upgrade</Fragment-Host>
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov <Main-Class>org.forgerock.openidm.patch.Main</Main-Class>
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov <Export-Package>
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov org.forgerock.opemidm.patch;version=${openidm.version}
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov </Export-Package>
1584a6ae7a65f19507aae1dfc2a7a3669a90ba5fIulia Ignatov <Embed-Dependency>*;inline=true;artifactId=!openidm-util|json-fluent</Embed-Dependency>
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov </instructions>
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov </configuration>
1584a6ae7a65f19507aae1dfc2a7a3669a90ba5fIulia Ignatov </plugin>
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov </plugins>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder </build>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder</project>
fef269caef39fc93cae285beaeec73d5d3f2c1bcIulia Ignatov