Remove the beam.examples dependency from flink.
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e5812440 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e5812440 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/e5812440 Branch: refs/heads/python-sdk Commit: e5812440ef985a44316e0dde7c5fa19d38f91aa0 Parents: 93f9ef9 Author: Pei He <[email protected]> Authored: Thu Jun 16 11:38:51 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Mon Jun 20 15:14:30 2016 -0700 ---------------------------------------------------------------------- runners/flink/runner/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/e5812440/runners/flink/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml index 2fdf61d..8933457 100644 --- a/runners/flink/runner/pom.xml +++ b/runners/flink/runner/pom.xml @@ -106,18 +106,6 @@ </dependency> <dependency> - <groupId>org.apache.beam</groupId> - <artifactId>beam-examples-java</artifactId> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-jdk14</artifactId> - </exclusion> - </exclusions> - <scope>test</scope> - </dependency> - - <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-java_2.10</artifactId> <version>${flink.version}</version>
