[BEAM-2877] Add netty-transport-native-epoll to Java harness uberjar

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

Branch: refs/heads/master
Commit: 3d78101bcbe504dd6c9344566364b5ef418f9cbf
Parents: c44697f
Author: Henning Rohde <hero...@google.com>
Authored: Fri Oct 6 13:32:45 2017 -0700
Committer: Henning Rohde <hero...@google.com>
Committed: Fri Oct 6 13:32:45 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/beam/blob/3d78101b/sdks/java/harness/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/harness/pom.xml b/sdks/java/harness/pom.xml
index c8ac651..82b93b2 100644
--- a/sdks/java/harness/pom.xml
+++ b/sdks/java/harness/pom.xml
@@ -55,6 +55,7 @@
                     
<include>org.apache.beam:beam-runners-google-cloud-dataflow-java</include>
                     
<include>org.apache.beam:beam-sdks-common-runner-api</include>
                     <include>org.apache.beam:beam-sdks-common-fn-api</include>
+                    <include>io.netty:netty-transport-native-epoll</include>
                   </includes>
                 </artifactSet>
                 <filters>

Reply via email to