Add Spark and Flink runner version to root pom

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

Branch: refs/heads/master
Commit: 32b9381525bce5781a2d523175bdc34cd114299f
Parents: 09f6aa6
Author: Kenneth Knowles <k...@google.com>
Authored: Tue Nov 8 11:53:22 2016 -0800
Committer: Kenneth Knowles <k...@google.com>
Committed: Tue Nov 8 13:39:06 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/32b93815/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bd6037e..749ca9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,6 +352,18 @@
 
       <dependency>
         <groupId>org.apache.beam</groupId>
+        <artifactId>beam-runners-spark</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.beam</groupId>
+        <artifactId>beam-runners-flink_2.10</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.beam</groupId>
         <artifactId>beam-examples-java</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to