blob: 8df2508177db20abc77ccfde25e680c9bcbbeeb1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
<version>11</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId>
<version>2.0.2.RELEASE_1</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: spring-ldap</name>
<description>This OSGi bundle wraps spring-ldap-core, spring-ldap-core-tiger, spring-ldap-odm, spring-ldap-ldif-core, spring-ldap-ldif-batch ${pkgVersion} jar files.</description>
<properties>
<pkgGroupId>org.springframework.ldap</pkgGroupId>
<pkgVersion>2.0.2.RELEASE</pkgVersion>
<servicemix.osgi.export.pkg>
org.springframework.ldap
</servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
com.mysema.query*;resolution:=optional,
javax.annotation.processing,
javax.lang.model,
javax.lang.model.element,
javax.tools,
org.slf4j;resolution:=optional,
javax.naming*,
javax.net*,
org.apache.commons.pool*,
org.springframework.batch*,
org.springframework.beans*,
org.springframework.data*,
org.springframework.context*,
org.springframework.core*,
org.springframework.dao*,
org.springframework.jdbc*,
org.springframework.transaction,
org.springframework.transaction.support,
org.springframework.orm*;resolution:=optional,
org.springframework.util*,
com.sun.jndi.ldap*;resolution:=optional,
freemarker.template;resolution:=optional,
org.apache.commons.cli;resolution:=optional,
org.apache.commons.logging;resolution:=optional,
sun.misc;resolution:=optional,
org.w3c.dom;resolution:=optional
</servicemix.osgi.import.pkg>
<servicemix.osgi.private.pkg>
org.springframework.transaction.compensating, org.springframework.transaction.compensating.support,org.springframework
</servicemix.osgi.private.pkg>
</properties>
<dependencies>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>${pkgVersion}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>spring-ldap-core-tiger</artifactId>
<version>${pkgVersion}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>spring-ldap-odm</artifactId>
<version>${pkgVersion}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</exclusion>
<exclusion>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>spring-ldap-ldif-core</artifactId>
<version>${pkgVersion}</version>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>spring-ldap-ldif-batch</artifactId>
<version>${pkgVersion}</version>
<exclusions>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- sources
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>spring-ldap-core-tiger</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>spring-ldap-odm</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>spring-ldap-ldif-core</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
</dependency>
-->
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<artifactSet>
<includes>
<include>${pkgGroupId}:spring-ldap-core</include>
<include>${pkgGroupId}:spring-ldap-core-tiger</include>
<include>${pkgGroupId}:spring-ldap-odm</include>
<include>${pkgGroupId}:spring-ldap-ldif-core</include>
<include>${pkgGroupId}:spring-ldap-ldif-batch</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>${pkgGroupId}:spring-ldap-core</artifact>
<excludes>
<exclude>**/*</exclude>
</excludes>
</filter>
<filter>
<artifact>${pkgGroupId}:spring-ldap-core-tiger</artifact>
<excludes>
<exclude>**/*</exclude>
</excludes>
</filter>
<filter>
<artifact>${pkgGroupId}:spring-ldap-odm</artifact>
<excludes>
<exclude>**/*</exclude>
</excludes>
</filter>
<filter>
<artifact>${pkgGroupId}:spring-ldap-ldif-core</artifact>
<excludes>
<exclude>**/*</exclude>
</excludes>
</filter>
<filter>
<artifact>${pkgGroupId}:spring-ldap-ldif-batch</artifact>
<excludes>
<exclude>**/*</exclude>
</excludes>
</filter>
</filters>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<createDependencyReducedPom>true</createDependencyReducedPom>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.spring-ldap-2.0.2.RELEASE_1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.spring-ldap-2.0.2.RELEASE_1</developerConnection>
<url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.spring-ldap-2.0.2.RELEASE_1</url>
</scm>
</project>