You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/11/12 02:28:56 UTC

[38/39] incubator-beam git commit: Add beam-runners-apex dependency.

Add beam-runners-apex dependency.


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

Branch: refs/heads/master
Commit: 41394c2109fa268a1637d4bb641827ef246c3e23
Parents: 320d619
Author: Thomas Weise <th...@apache.org>
Authored: Fri Nov 11 13:13:33 2016 -0800
Committer: Thomas Weise <th...@apache.org>
Committed: Fri Nov 11 13:13:33 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/41394c21/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 22897e3..bd9448a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -364,6 +364,12 @@
 
       <dependency>
         <groupId>org.apache.beam</groupId>
+        <artifactId>beam-runners-apex</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.beam</groupId>
         <artifactId>beam-examples-java</artifactId>
         <version>${project.version}</version>
       </dependency>