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 2022/03/06 17:53:27 UTC

[servicemix-bundles] branch master updated: [SM-5023] Add missing packages in spring-core and spring-web bundles

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 0efb362  [SM-5023] Add missing packages in spring-core and spring-web bundles
0efb362 is described below

commit 0efb3624d178f2d7c247fc5edb1b18872d10b876
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Mar 6 18:52:56 2022 +0100

    [SM-5023] Add missing packages in spring-core and spring-web bundles
---
 pom.xml                    | 19 +++++++++++++++++++
 spring-core-5.3.15/pom.xml |  6 ++++++
 spring-web-5.3.15/pom.xml  | 11 +++++++++++
 3 files changed, 36 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2f4a163..05583ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,25 @@
 
     <modules>
 	<module>rhino-1.7.14</module>
+	<module>spring-aop-5.3.15</module>
+	<module>spring-aspects-5.3.15</module>
+	<module>spring-beans-5.3.15</module>
+	<module>spring-context-5.3.15</module>
+	<module>spring-context-support-5.3.15</module>
+	<module>spring-core-5.3.15</module>
+	<module>spring-expression-5.3.15</module>
+	<module>spring-instrument-5.3.15</module>
+	<module>spring-jdbc-5.3.15</module>
+	<module>spring-jms-5.3.15</module>
+	<module>spring-messaging-5.3.15</module>
+	<module>spring-orm-5.3.15</module>
+	<module>spring-oxm-5.3.15</module>
+	<module>spring-test-5.3.15</module>
+	<module>spring-tx-5.3.15</module>
+	<module>spring-web-5.3.15</module>
+	<module>spring-webflux-5.3.15</module>
+	<module>spring-webmvc-5.3.15</module>
+	<module>spring-websocket-5.3.15</module>
     </modules>
 
 </project>
diff --git a/spring-core-5.3.15/pom.xml b/spring-core-5.3.15/pom.xml
index 643ba84..8cb5b49 100644
--- a/spring-core-5.3.15/pom.xml
+++ b/spring-core-5.3.15/pom.xml
@@ -80,6 +80,12 @@
             org.objectweb.asm;version="[3.2,4)";resolution:=optional,
             org.springframework.asm.tree;version="[${pkgVersion},5.4)";resolution:=optional,
             org.springframework.asm.util;version="[${pkgVersion},5.4)";resolution:=optional,
+	    org.reactivestreams;version="[1.0,2)";resolution:=optional,
+	    reactor.core;version="[3.4,4)";resolution:=optional,
+	    reactor.core.publisher;version="[3.4,4)";resolution:=optional,
+	    reactor.util.concurrent;version="[3.4,4)";resolution:=optional,
+	    reactor.util.context;version="[3.4,4)";resolution:=optional,
+	    reactor.util.function;version="[3.4,4)";resolution:=optional,
             org.w3c.dom;resolution:=optional,
             org.xml.sax;resolution:=optional,
             org.xml.sax.ext;resolution:=optional,
diff --git a/spring-web-5.3.15/pom.xml b/spring-web-5.3.15/pom.xml
index 782c527..37d07ff 100644
--- a/spring-web-5.3.15/pom.xml
+++ b/spring-web-5.3.15/pom.xml
@@ -93,6 +93,17 @@
             org.apache.commons.logging.*;version="[1.1.1,2)",
             org.apache.http.*;version="[4,5)";resolution:=optional,
             org.apache.log4j.*;version="[1.2,2)";resolution:=optional,
+            org.eclipse.jetty.client;resolution:=optional,
+            org.eclipse.jetty.client.api;resolution:=optional,
+            org.eclipse.jetty.reactive.client;resolution:=optional,
+            org.eclipse.jetty.util;resolution:=optional,
+            org.eclipse.jetty.http;resolution:=optional,
+            org.reactivestreams;version="[1.0,2)";resolution:=optional,
+            reactor.core;version="[3.4,4)";resolution:=optional,
+            reactor.core.publisher;version="[3.4,4)";resolution:=optional,
+	    reactor.util.concurrent;version="[3.4,4)";resolution:=optional,
+	    reactor.util.context;version="[3.4,4)";resolution:=optional,
+	    reactor.util.function;version="[3.4,4)";resolution:=optional,
             org.springframework.aop.*;version="[${pkgVersion},5.4)",
             org.springframework.beans.*;version="[${pkgVersion},5.4)",
             org.springframework.context.*;version="[${pkgVersion},5.4)",