[2/4] flink git commit: [FLINK-6585] [table] Fix execution of Table examples in IDE.

2017-05-18 Thread fhueske
[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 
Authored: Mon May 15 13:29:50 2017 +0200
Committer: Fabian Hueske 
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.
org.apache.flink
flink-table_2.10
${project.version}
-   provided
+   compile

 

org.apache.flink
flink-streaming-scala_2.10
${project.version}
-   provided
+   compile


 



[2/4] flink git commit: [FLINK-6585] [table] Fix execution of Table examples in IDE.

2017-05-18 Thread fhueske
[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 
Authored: Mon May 15 13:29:50 2017 +0200
Committer: Fabian Hueske 
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.
org.apache.flink

flink-table_${scala.binary.version}
${project.version}
-   provided
+   compile

 

org.apache.flink

flink-streaming-scala_${scala.binary.version}
${project.version}
-   provided
+   compile