[ 
https://issues.apache.org/jira/browse/BEAM-6184?focusedWorklogId=172644&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-172644
 ]

ASF GitHub Bot logged work on BEAM-6184:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Dec/18 13:42
            Start Date: 06/Dec/18 13:42
    Worklog Time Spent: 10m 
      Work Description: robertwb closed pull request #7213: [BEAM-6184] Add 
portable-runner dependency to example pom.xml
URL: https://github.com/apache/beam/pull/7213
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
 
b/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
index dcd9748311a9..5f1ba8b3490e 100644
--- 
a/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
+++ 
b/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
@@ -167,6 +167,22 @@
       </dependencies>
     </profile>
 
+   <profile>
+      <id>portable-runner</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <!-- Makes the PortableRunner available when running a pipeline. -->
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.beam</groupId>
+          <artifactId>beam-runners-reference-java</artifactId>
+          <version>${beam.version}</version>
+          <scope>runtime</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+
     <profile>
       <id>apex-runner</id>
       <!-- Makes the ApexRunner available when running a pipeline. -->


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 172644)
    Time Spent: 0.5h  (was: 20m)

> PortableRunner dependency missed in wordcount example maven artifact
> --------------------------------------------------------------------
>
>                 Key: BEAM-6184
>                 URL: https://issues.apache.org/jira/browse/BEAM-6184
>             Project: Beam
>          Issue Type: Improvement
>          Components: build-system
>            Reporter: Ruoyun Huang
>            Assignee: Ruoyun Huang
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
>  
>  
> more context: 
> https://lists.apache.org/thread.html/8dd60395424425f7502d62888c49014430d1d3b06c026606f3db28ab@%3Cuser.beam.apache.org%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to