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 2018/02/14 16:09:32 UTC

[1/3] servicemix-bundles git commit: SM-3633 add missing import package of Jackson

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master c136350a5 -> a7793c589


SM-3633 add missing import package of Jackson


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

Branch: refs/heads/master
Commit: 2f02669928e59d4ee3a333a00339ee5d0a2d0f76
Parents: c136350
Author: xfournet <xf...@users.noreply.github.com>
Authored: Wed Feb 14 16:59:39 2018 +0100
Committer: xfournet <xf...@users.noreply.github.com>
Committed: Wed Feb 14 16:59:39 2018 +0100

----------------------------------------------------------------------
 kafka_2.11-1.0.0/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/2f026699/kafka_2.11-1.0.0/pom.xml
----------------------------------------------------------------------
diff --git a/kafka_2.11-1.0.0/pom.xml b/kafka_2.11-1.0.0/pom.xml
index f9a999e..0a0769f 100644
--- a/kafka_2.11-1.0.0/pom.xml
+++ b/kafka_2.11-1.0.0/pom.xml
@@ -50,6 +50,7 @@
             kafka
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
+            com.fasterxml.jackson*;version="[2.9,3)",
             com.yammer.metrics*;version="[2.2,3)",
             org.apache.kafka*;version="[0.9.0.1,2)",
             javax.xml.bind*,


[3/3] servicemix-bundles git commit: Add kafka bundle for the next release cycle

Posted by jb...@apache.org.
Add kafka bundle for the next release cycle


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

Branch: refs/heads/master
Commit: a7793c58944485af89e8ebc99cf41633d0de075f
Parents: 898bcde
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Feb 14 17:09:11 2018 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Feb 14 17:09:11 2018 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a7793c58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d8fb19b..617612b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
     <modules>
         <module>facebook4j-2.4.11</module>
         <module>fastjson-1.2.46</module>
+        <module>kafka_2.11-1.0.0</module>
     </modules>
 
 </project>


[2/3] servicemix-bundles git commit: [SM-3633] This closes #110

Posted by jb...@apache.org.
[SM-3633] This closes #110


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

Branch: refs/heads/master
Commit: 898bcde9cea523449986f8ba96c0ab7992851ef9
Parents: c136350 2f02669
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Feb 14 17:08:23 2018 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Feb 14 17:08:23 2018 +0100

----------------------------------------------------------------------
 kafka_2.11-1.0.0/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------