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

[26/50] incubator-beam git commit: Use project-wise version in SparkRunner dep on KafkaIO

Use project-wise version in SparkRunner dep on KafkaIO


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

Branch: refs/heads/apex-runner
Commit: 9d6598d30e097e4a848bb0488271d196cc51d078
Parents: c889533
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Oct 26 13:04:24 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Oct 26 13:33:03 2016 -0700

----------------------------------------------------------------------
 runners/spark/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/9d6598d3/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 36ce7b5..71a3ac2 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -263,7 +263,6 @@
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>beam-sdks-java-io-kafka</artifactId>
-      <version>0.3.0-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>