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 5e730ee [SM-4349] Set kotlin package as optional in the import of
spring-security-config bundle
5e730ee is described below
commit 5e730ee16b08546c52682de45b6215062f5a7fda
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Apr 27 15:19:44 2020 +0200
[SM-4349] Set kotlin package as optional in the import of
spring-security-config bundle
---
spring-security-config-5.3.0.RELEASE/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/spring-security-config-5.3.0.RELEASE/pom.xml
b/spring-security-config-5.3.0.RELEASE/pom.xml
index 2240c72..ac28b20 100644
--- a/spring-security-config-5.3.0.RELEASE/pom.xml
+++ b/spring-security-config-5.3.0.RELEASE/pom.xml
@@ -54,6 +54,7 @@
reactor.*;resolution:=optional,
org.aspectj.*;resolution:=optional,
org.openid4java.*;resolution:=optional,
+ kotlin*;resolution:=optional,
org.springframework.cglib;resolution:=optional,
org.springframework.cglib.core;resolution:=optional,
org.springframework.cglib.proxy;resolution:=optional,