Repository: servicemix-bundles Updated Branches: refs/heads/master 7267c811b -> 84efb723a
Fix kafka-stream imports Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/b610c159 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b610c159 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b610c159 Branch: refs/heads/master Commit: b610c159bb008429adffb620a0e7c1b2b60e91b1 Parents: 7267c81 Author: tomdw <[email protected]> Authored: Tue Oct 31 08:02:19 2017 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Nov 6 15:12:50 2017 +0100 ---------------------------------------------------------------------- kafka-streams-0.11.0.1/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b610c159/kafka-streams-0.11.0.1/pom.xml ---------------------------------------------------------------------- diff --git a/kafka-streams-0.11.0.1/pom.xml b/kafka-streams-0.11.0.1/pom.xml index 8cfff18..451dbdb 100644 --- a/kafka-streams-0.11.0.1/pom.xml +++ b/kafka-streams-0.11.0.1/pom.xml @@ -50,7 +50,9 @@ org.apache.kafka.streams </servicemix.osgi.export.pkg> <servicemix.osgi.import.pkg> - org.apache.kafka.client + org.apache.kafka.clients*, + org.apache.kafka.common*, + org.slf4j </servicemix.osgi.import.pkg> </properties>
