Repository: servicemix-bundles Updated Branches: refs/heads/master 7cedba911 -> e70429fc0
[SM-3456] Spring-Ldap should import as optional the packages org.apache.commons.pool Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/e70429fc Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/e70429fc Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/e70429fc Branch: refs/heads/master Commit: e70429fc04a227c0278392fa6f16e4d92e426cf0 Parents: 7cedba9 Author: Andrea Cosentino <[email protected]> Authored: Thu Aug 24 13:06:40 2017 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Thu Aug 24 13:06:40 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + spring-ldap-2.3.1.RELEASE/pom.xml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e70429fc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a8d7b76..54ffc0a 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ <module>spring-web-4.1.9.RELEASE</module> <module>spring-web-4.2.9.RELEASE</module> <module>spring-web-4.3.10.RELEASE</module> + <module>spring-ldap-2.3.1.RELEASE</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e70429fc/spring-ldap-2.3.1.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ldap-2.3.1.RELEASE/pom.xml b/spring-ldap-2.3.1.RELEASE/pom.xml index 49739d2..6fbc6c6 100644 --- a/spring-ldap-2.3.1.RELEASE/pom.xml +++ b/spring-ldap-2.3.1.RELEASE/pom.xml @@ -63,7 +63,7 @@ javax.naming*, javax.net*, org.apache.commons.pool*, - org.springframework.batch*, + org.springframework.batch*;resolution:=optional, org.springframework.beans*, org.springframework.data*, org.springframework.context*, @@ -78,6 +78,10 @@ freemarker.template;resolution:=optional, org.apache.commons.cli;resolution:=optional, org.apache.commons.logging;resolution:=optional, + org.apache.commons.pool;resolution:=optional, + org.apache.commons.pool.impl;resolution:=optional, + org.apache.commons.pool2;resolution:=optional, + org.apache.commons.pool2.impl;resolution:=optional, sun.misc;resolution:=optional, org.w3c.dom;resolution:=optional </servicemix.osgi.import.pkg>
