Add dependency from runners-core-java to runner-api

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

Branch: refs/heads/master
Commit: 9dbaeaf5c33808a89b2caa9122de7c950e7a0f26
Parents: 4f56acb
Author: Kenneth Knowles <k...@google.com>
Authored: Fri Feb 17 18:58:31 2017 -0800
Committer: Kenneth Knowles <k...@google.com>
Committed: Fri Feb 24 07:16:35 2017 -0800

----------------------------------------------------------------------
 runners/core-java/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/9dbaeaf5/runners/core-java/pom.xml
----------------------------------------------------------------------
diff --git a/runners/core-java/pom.xml b/runners/core-java/pom.xml
index 4293035..28ab0ee 100644
--- a/runners/core-java/pom.xml
+++ b/runners/core-java/pom.xml
@@ -117,6 +117,11 @@
       <artifactId>beam-sdks-java-core</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.beam</groupId>
+      <artifactId>beam-sdks-common-runner-api</artifactId>
+    </dependency>
+
     <!-- build dependencies -->
 
     <dependency>

Reply via email to