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 2016/12/28 14:55:29 UTC

servicemix-bundles git commit: [SM-3193] Define github import package optional in spring-context-support 4.3.3 bundle

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 3de17efb4 -> 52dd81701


[SM-3193] Define github import package optional in spring-context-support 4.3.3 bundle


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/52dd8170
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/52dd8170
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/52dd8170

Branch: refs/heads/master
Commit: 52dd81701ff960262229442b977d7dbf704c8dd1
Parents: 3de17ef
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Wed Dec 28 15:54:35 2016 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Wed Dec 28 15:54:35 2016 +0100

----------------------------------------------------------------------
 pom.xml                                      | 1 +
 spring-context-support-4.3.3.RELEASE/pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/52dd8170/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2cc960d..ad5ba57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
         <module>twitter4j-4.0.6</module>
         <module>hystrix-1.5.9</module>
         <module>hystrix-event-stream-1.5.9</module>
+        <module>spring-context-support-4.3.3.RELEASE</module>
     </modules>
 
 </project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/52dd8170/spring-context-support-4.3.3.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-context-support-4.3.3.RELEASE/pom.xml b/spring-context-support-4.3.3.RELEASE/pom.xml
index 85f0fe9..58d6603 100644
--- a/spring-context-support-4.3.3.RELEASE/pom.xml
+++ b/spring-context-support-4.3.3.RELEASE/pom.xml
@@ -49,7 +49,8 @@
             org.springframework
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            com.github.benmanes.caffeine.cache, javax.cache.processor;resolution:=optional,
+            com.github.benmanes.caffeine.cache;resolution:=optional,
+            javax.cache.processor;resolution:=optional,
             com.google.common.cache;resolution:=optional,
             com.google.common.util.concurrent;resolution:=optional,
             commonj.timers;version="[1.1.0,2)";resolution:=optional,