You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jb...@apache.org on 2017/04/29 14:37:21 UTC

[1/2] beam git commit: Fix broken build

Repository: beam
Updated Branches:
  refs/heads/master 2b6cb8ca1 -> bac06331e


Fix broken build


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

Branch: refs/heads/master
Commit: 2384e46be0f49ffa9e5c94ec929b344a46a72af6
Parents: 2b6cb8c
Author: Aviem Zur <av...@gmail.com>
Authored: Sat Apr 29 14:08:06 2017 +0300
Committer: Aviem Zur <av...@gmail.com>
Committed: Sat Apr 29 14:08:06 2017 +0300

----------------------------------------------------------------------
 sdks/java/harness/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/2384e46b/sdks/java/harness/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/harness/pom.xml b/sdks/java/harness/pom.xml
index 76ceb3d..5cff5cc 100644
--- a/sdks/java/harness/pom.xml
+++ b/sdks/java/harness/pom.xml
@@ -65,6 +65,16 @@
 
     <dependency>
       <groupId>org.apache.beam</groupId>
+      <artifactId>beam-runners-core-construction-java</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.beam</groupId>
+      <artifactId>beam-sdks-common-runner-api</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.beam</groupId>
       <artifactId>beam-sdks-java-core</artifactId>
       <version>${project.version}</version>
       <classifier>tests</classifier>


[2/2] beam git commit: This closes #2781

Posted by jb...@apache.org.
This closes #2781


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

Branch: refs/heads/master
Commit: bac06331e771b786afb1704647e57e53b0c3bdb0
Parents: 2b6cb8c 2384e46
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sat Apr 29 16:37:16 2017 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sat Apr 29 16:37:16 2017 +0200

----------------------------------------------------------------------
 sdks/java/harness/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------