You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2021/06/13 05:49:17 UTC

[servicemix-bundles] branch master updated: set kotlinx dependences as optional

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 8de7464  set kotlinx dependences as optional
     new 70da000  Merge pull request #155 from amergey/master
8de7464 is described below

commit 8de74642b4db8773831df1c6672d590d3d7e90a6
Author: Arnaud Mergey <ar...@semarchy.com>
AuthorDate: Wed Jun 9 15:00:10 2021 +0200

    set kotlinx dependences as optional
---
 spring-security-core-5.5.0/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spring-security-core-5.5.0/pom.xml b/spring-security-core-5.5.0/pom.xml
index 390f45f..35dbdc9 100644
--- a/spring-security-core-5.5.0/pom.xml
+++ b/spring-security-core-5.5.0/pom.xml
@@ -55,7 +55,8 @@
 			org.reactivestreams;resolution:="optional",
 			reactor.*;resolution:="optional",
 			org.springframework.jdbc.*;resolution:="optional",
-            *
+			kotlinx.coroutines.*;resolution:="optional",
+			*
         </servicemix.osgi.import.pkg>
     </properties>