Add beam-runners-apex dependency.
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/41394c21 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/41394c21 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/41394c21 Branch: refs/heads/master Commit: 41394c2109fa268a1637d4bb641827ef246c3e23 Parents: 320d619 Author: Thomas Weise <[email protected]> Authored: Fri Nov 11 13:13:33 2016 -0800 Committer: Thomas Weise <[email protected]> Committed: Fri Nov 11 13:13:33 2016 -0800 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/41394c21/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 22897e3..bd9448a 100644 --- a/pom.xml +++ b/pom.xml @@ -364,6 +364,12 @@ <dependency> <groupId>org.apache.beam</groupId> + <artifactId>beam-runners-apex</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.beam</groupId> <artifactId>beam-examples-java</artifactId> <version>${project.version}</version> </dependency>
