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:27:52 UTC

[04/50] [abbrv] incubator-beam git commit: pom.xml: make Dataflow runner like every other runner

pom.xml: make Dataflow runner like every other runner

Pom dependencies no longer require it to be treated specially.


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

Branch: refs/heads/python-sdk
Commit: 6291a6f674a98b8898d807e72ebf2ad5cc5d3ce7
Parents: d285e85
Author: Dan Halperin <dh...@google.com>
Authored: Mon Oct 24 13:16:01 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Oct 24 18:03:28 2016 -0700

----------------------------------------------------------------------
 pom.xml         | 3 ---
 runners/pom.xml | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/6291a6f6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2338f55..df388d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,9 +139,6 @@
 
   <modules>
     <module>sdks</module>
-    <!-- Expose Dataflow runner as top level module to satisfy dependencies in sdks/java/maven-archetypes 
-      and examples/java. Until these are refactored out, we need to modify the build order. -->
-    <module>runners/google-cloud-dataflow-java</module>
     <module>runners</module>
     <!-- sdks/java/maven-archetypes has several dependencies on the DataflowPipelineRunner. 
       Until these are refactored out or a released artifact exists, we need to modify the 

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/6291a6f6/runners/pom.xml
----------------------------------------------------------------------
diff --git a/runners/pom.xml b/runners/pom.xml
index 68cf29c..b2b613f 100644
--- a/runners/pom.xml
+++ b/runners/pom.xml
@@ -36,6 +36,7 @@
     <module>core-java</module>
     <module>direct-java</module>
     <module>flink</module>
+    <module>google-cloud-dataflow-java</module>
     <module>spark</module>
   </modules>