[FLINK-6585] [table] Fix execution of Table examples in IDE.
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c794d6e0 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/c794d6e0 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/c794d6e0 Branch: refs/heads/release-1.3 Commit: c794d6e0b2d5b0e26c2aa4e35ebe2f6c1e66e9c9 Parents: 6583fb4 Author: twalthr <[email protected]> Authored: Mon May 15 13:29:50 2017 +0200 Committer: Fabian Hueske <[email protected]> Committed: Thu May 18 22:06:00 2017 +0200 ---------------------------------------------------------------------- flink-examples/flink-examples-table/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/c794d6e0/flink-examples/flink-examples-table/pom.xml ---------------------------------------------------------------------- diff --git a/flink-examples/flink-examples-table/pom.xml b/flink-examples/flink-examples-table/pom.xml index 684d883..98e7305 100644 --- a/flink-examples/flink-examples-table/pom.xml +++ b/flink-examples/flink-examples-table/pom.xml @@ -39,14 +39,14 @@ under the License. <groupId>org.apache.flink</groupId> <artifactId>flink-table_2.10</artifactId> <version>${project.version}</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-scala_2.10</artifactId> <version>${project.version}</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> </dependencies>
