This is an automated email from the ASF dual-hosted git repository.

johnyangk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git


The following commit(s) were added to refs/heads/master by this push:
     new c16cb8b  [NEMO-215] Add beam-runners-core-java package to 
nemo-beam-frontend (#119)
c16cb8b is described below

commit c16cb8bc4192149653e5f279795ca411cb6ea628
Author: Taegeon Um <[email protected]>
AuthorDate: Tue Sep 11 11:52:06 2018 +0900

    [NEMO-215] Add beam-runners-core-java package to nemo-beam-frontend (#119)
    
    JIRA: [NEMO-215: Add beam-runners-core-java package to 
nemo-beam-frontend](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-215)
    
    Closes #119
---
 compiler/frontend/beam/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/compiler/frontend/beam/pom.xml b/compiler/frontend/beam/pom.xml
index a8ad61d..58cb8b6 100644
--- a/compiler/frontend/beam/pom.xml
+++ b/compiler/frontend/beam/pom.xml
@@ -51,6 +51,11 @@ limitations under the License.
             <artifactId>beam-sdks-java-core</artifactId>
             <version>${beam.version}</version>
         </dependency>
+      <dependency>
+            <groupId>org.apache.beam</groupId>
+            <artifactId>beam-runners-core-java</artifactId>
+            <version>${beam.version}</version>
+      </dependency>
         <dependency>
             <groupId>org.apache.beam</groupId>
             <artifactId>beam-sdks-java-io-hadoop-input-format</artifactId>

Reply via email to