This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git
The following commit(s) were added to refs/heads/master by this push:
new cd16ce5 [SM-3924] Define jdbc package as optional in spring-ldap
bundle
cd16ce5 is described below
commit cd16ce5c9a6a441f8199e187cdecc588b013a7c6
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jan 16 17:25:20 2019 +0100
[SM-3924] Define jdbc package as optional in spring-ldap bundle
Credit To: J. Brébec <[email protected]>
---
pom.xml | 1 +
spring-ldap-2.3.2.RELEASE/pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 12a7f38..5421e3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,7 @@
<module>spring-web-5.1.3.RELEASE</module>
<module>spring-webmvc-5.1.3.RELEASE</module>
<module>spring-websocket-5.1.3.RELEASE</module>
+ <module>spring-ldap-2.3.2.RELEASE</module>
</modules>
</project>
diff --git a/spring-ldap-2.3.2.RELEASE/pom.xml
b/spring-ldap-2.3.2.RELEASE/pom.xml
index 8774c9a..0d2df85 100644
--- a/spring-ldap-2.3.2.RELEASE/pom.xml
+++ b/spring-ldap-2.3.2.RELEASE/pom.xml
@@ -68,7 +68,7 @@
org.springframework.context*,
org.springframework.core*,
org.springframework.dao*,
- org.springframework.jdbc*,
+ org.springframework.jdbc*;resolution:=optional,
org.springframework.transaction,
org.springframework.transaction.support,
org.springframework.orm*;resolution:=optional,