[FLINK-6585] [table] Fix execution of Table examples in IDE. This closes #3905.
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/d5310ed0 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/d5310ed0 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/d5310ed0 Branch: refs/heads/master Commit: d5310ed02b30ef16f06be6efc52af5e183df26a7 Parents: 41aa98a Author: twalthr <[email protected]> Authored: Mon May 15 13:29:50 2017 +0200 Committer: Fabian Hueske <[email protected]> Committed: Thu May 18 21:22:12 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/d5310ed0/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 e59d8c6..8574650 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_${scala.binary.version}</artifactId> <version>${project.version}</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-scala_${scala.binary.version}</artifactId> <version>${project.version}</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> </dependencies>
