pom.xml revision 430677edf1f67e2cbb29a342fc489524c08575af
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder<?xml version="1.0" encoding="UTF-8"?>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski<!--
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
e071fb22ea9923a2a4ff41184d80ca46b55ee932Till Mossakowski ~
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ~ Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu ~
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ~ The contents of this file are subject to the terms
2eeec5240b424984e3ee26296da1eeab6c6d739eChristian Maeder ~ of the Common Development and Distribution License
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ~ (the License). You may not use this file except in
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ~ compliance with the License.
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ~
0cd45e749d5c847c9652afdd0617a18488a94d1fChristian Maeder ~ You can obtain a copy of the License at
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ~ http://forgerock.org/license/CDDLv1.0.html
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ~ See the License for the specific language governing
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder ~ permission and limitations under the License.
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ~
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder ~ When distributing Covered Code, include this CDDL
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder ~ Header Notice in each file and include the License file
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder ~ at http://forgerock.org/license/CDDLv1.0.html
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder ~ If applicable, add the following below the CDDL Header,
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski ~ with the fields enclosed by brackets [] replaced by
da955132262baab309a50fdffe228c9efe68251dCui Jian ~ your own identifying information:
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder ~ "Portions Copyrighted [year] [name of copyright owner]"
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder -->
1a38107941725211e7c3f051f7a8f5e12199f03acmaeder<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">
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <modelVersion>4.0.0</modelVersion>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <parent>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <groupId>org.forgerock.openidm</groupId>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <artifactId>openidm-project</artifactId>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <version>4.0.1-SNAPSHOT</version>
da955132262baab309a50fdffe228c9efe68251dCui Jian </parent>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <artifactId>openidm-shell</artifactId>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <name>OpenIDM Felix Gogo Shell</name>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <packaging>bundle</packaging>
df6f4a9e6b3d0542ecc181fbc1bcec2affca1d30Christian Maeder <properties>
df6f4a9e6b3d0542ecc181fbc1bcec2affca1d30Christian Maeder <openidm.osgi.import.defaults>
df6f4a9e6b3d0542ecc181fbc1bcec2affca1d30Christian Maeder !org.apache.felix.gogo.shell,!org.apache.felix.gogo.runtime*,org.apache.felix.service.command;version="[0.10.0,1)";status=provisional;mandatory:=status
df6f4a9e6b3d0542ecc181fbc1bcec2affca1d30Christian Maeder </openidm.osgi.import.defaults>
df6f4a9e6b3d0542ecc181fbc1bcec2affca1d30Christian Maeder </properties>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <dependencies>
da955132262baab309a50fdffe228c9efe68251dCui Jian <dependency>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <groupId>org.forgerock.openidm</groupId>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <artifactId>openidm-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.forgerock.openidm</groupId>
<artifactId>openidm-external-rest</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.restlet.osgi</groupId>
<artifactId>org.restlet.ext.jackson</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.gogo.shell</artifactId>
<version>0.10.0</version>
<!-- The spring repository currently serves up a pom with false dependency on this file. Remove it. -->
<exclusions>
<exclusion>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.gogo.command</artifactId>
<version>0.12.0</version>
<scope>provided</scope>
</dependency-->
<dependency>
<groupId>asm</groupId>
<artifactId>asm-all</artifactId>
<version>3.3.1</version>
<scope>provided</scope>
</dependency>
<!-- Provided OSGi Dependencies -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<!-- TODO Remove org.apache.felix.framework when Compendium 4.3 is used -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
<!-- Provided Dependencies -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</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>
<Bundle-Activator>org.forgerock.openidm.shell.felixgogo.Activator</Bundle-Activator>
<Embed-Dependency>*;artifactId=asm-all;inline=false</Embed-Dependency>
<Main-Class>org.forgerock.openidm.shell.impl.Main</Main-Class>
<_failok>true</_failok>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>