You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2016/10/27 17:28:28 UTC

[40/50] [abbrv] incubator-beam git commit: Add default version for beam-sdks-java-io-kafka

Add default version for beam-sdks-java-io-kafka


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c8895338
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c8895338
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/c8895338

Branch: refs/heads/python-sdk
Commit: c88953388d2f53e1f67ab10fb22d8ab8808980ff
Parents: 9f30b21
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Oct 26 13:03:45 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Oct 26 13:33:03 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c8895338/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 307e43e..94d7b4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,6 +271,12 @@
 
       <dependency>
         <groupId>org.apache.beam</groupId>
+        <artifactId>beam-sdks-java-io-kafka</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.beam</groupId>
         <artifactId>beam-runners-core-java</artifactId>
         <version>${project.version}</version>
       </dependency>