Repository: servicemix-bundles Updated Branches: refs/heads/master a5b33d0d6 -> f6e839bc6
[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/f6e839bc Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/f6e839bc Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/f6e839bc Branch: refs/heads/master Commit: f6e839bc6c819b5d549ed5c89c1b72a990066c4b Parents: a5b33d0 Author: Andrea Cosentino <[email protected]> Authored: Fri Sep 8 11:37:25 2017 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Fri Sep 8 11:37:25 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + spring-ldap-2.3.1.RELEASE/pom.xml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f6e839bc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c0bcee0..39f5a97 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ <modules> <!-- add modules for all bundles to released in the next batch here --> <module>brave-zipkin-3.7.0</module> + <module>spring-ldap-2.3.1.RELEASE</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f6e839bc/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 2179470c..b0ce1ba 100644 --- a/spring-ldap-2.3.1.RELEASE/pom.xml +++ b/spring-ldap-2.3.1.RELEASE/pom.xml @@ -62,7 +62,6 @@ org.slf4j;resolution:=optional, javax.naming*, javax.net*, - org.apache.commons.pool*, org.springframework.batch*;resolution:=optional, org.springframework.beans*, org.springframework.data*,
