This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push: new 95e3f88 [FLINK-13737][flink-dist] Added examples-table to flink-dist dependencies 95e3f88 is described below commit 95e3f88f08b652d01583410f9a8bb73b0d891602 Author: Dawid Wysakowicz <dwysakow...@apache.org> AuthorDate: Fri Aug 16 16:07:40 2019 +0200 [FLINK-13737][flink-dist] Added examples-table to flink-dist dependencies --- flink-dist/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml index 9697edf..acec56d 100644 --- a/flink-dist/pom.xml +++ b/flink-dist/pom.xml @@ -212,6 +212,13 @@ under the License. <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-examples-table_${scala.binary.version}</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> + <!-- The following dependencies are packaged in 'opt/' The scope of these dependencies needs to be 'provided' so that