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 e9189ae  Marked optional imports for Spring Security as such
     new c4c751d  Merge pull request #132 from siepkes/spring-security-imports
e9189ae is described below

commit e9189ae2527e1245fb2ae1ef1ababa354ad050e0
Author: Jasper Siepkes <[email protected]>
AuthorDate: Fri Jan 18 13:51:56 2019 +0100

    Marked optional imports for Spring Security as such
---
 spring-security-config-5.1.2.RELEASE/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/spring-security-config-5.1.2.RELEASE/pom.xml 
b/spring-security-config-5.1.2.RELEASE/pom.xml
index c8b6f4d..036ee06 100644
--- a/spring-security-config-5.1.2.RELEASE/pom.xml
+++ b/spring-security-config-5.1.2.RELEASE/pom.xml
@@ -53,11 +53,14 @@
                        org.aspectj.*;resolution:=optional,
                        org.openid4java.*;resolution:=optional,
                        org.springframework.jdbc.*;resolution:=optional,
+                       org.springframework.ldap*;resolution:=optional,
                        org.springframework.messaging*;resolution:=optional,
                        org.springframework.web*;resolution:=optional,
+                       org.springframework.security.ldap*;resolution:=optional,
                        
org.springframework.security.messaging*;resolution:=optional,
                        
org.springframework.security.oauth2*;resolution:=optional,
                        
org.springframework.security.openid*;resolution:=optional,
+                       org.springframework.security.web*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
     </properties>

Reply via email to