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 2019/03/04 08:30:06 UTC

[servicemix-bundles] branch master updated: [SM-3963] Set org.springframework.context.index package 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 3dfd35c  [SM-3963] Set org.springframework.context.index package as optional
3dfd35c is described below

commit 3dfd35c0fa7059e507ea242470bf808ab98584a8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 4 09:26:56 2019 +0100

    [SM-3963] Set org.springframework.context.index package as optional
---
 pom.xml                           | 19 +++++++++++++++++++
 spring-orm-4.3.22.RELEASE/pom.xml |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f0d3616..bf0dc48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,25 @@
         <module>okhttp-3.13.1</module>
         <module>batik-1.11</module>
         <module>json4s-3.6.5</module>
+        <module>spring-aop-4.3.22.RELEASE</module>
+        <module>spring-aspects-4.3.22.RELEASE</module>
+        <module>spring-beans-4.3.22.RELEASE</module>
+        <module>spring-context-4.3.22.RELEASE</module>
+        <module>spring-context-support-4.3.22.RELEASE</module>
+        <module>spring-core-4.3.22.RELEASE</module>
+        <module>spring-expression-4.3.22.RELEASE</module>
+        <module>spring-instrument-4.3.22.RELEASE</module>
+        <module>spring-jdbc-4.3.22.RELEASE</module>
+        <module>spring-jms-4.3.22.RELEASE</module>
+        <module>spring-messaging-4.3.22.RELEASE</module>
+        <module>spring-orm-4.3.22.RELEASE</module>
+        <module>spring-oxm-4.3.22.RELEASE</module>
+        <module>spring-test-4.3.22.RELEASE</module>
+        <module>spring-tx-4.3.22.RELEASE</module>
+        <module>spring-web-4.3.22.RELEASE</module>
+        <module>spring-webmvc-4.3.22.RELEASE</module>
+        <module>spring-webmvc-portlet-4.3.22.RELEASE</module>
+        <module>spring-websocket-4.3.22.RELEASE</module>
     </modules>
 
 </project>
diff --git a/spring-orm-4.3.22.RELEASE/pom.xml b/spring-orm-4.3.22.RELEASE/pom.xml
index 9b9d1ee..95820ce 100644
--- a/spring-orm-4.3.22.RELEASE/pom.xml
+++ b/spring-orm-4.3.22.RELEASE/pom.xml
@@ -140,7 +140,7 @@
             org.springframework.beans.factory.support;version="[${pkgVersion},4.4)",
             org.springframework.context;version="[${pkgVersion},4.4)",
             org.springframework.context.weaving;version="[${pkgVersion},4.4)",
-            org.springframework.context.index;version="[${pkgVersion},4.4)",
+            org.springframework.context.index;version="[${pkgVersion},4.4)";resolution:=optional,
             org.springframework.core;version="[${pkgVersion},4.4)",
             org.springframework.core.io;version="[${pkgVersion},4.4)",
             org.springframework.core.io.support;version="[${pkgVersion},4.4)",