You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/07/13 07:18:32 UTC

[4/4] flink git commit: [FLINK-9801][build] Add missing example dependencies to flink-dist

[FLINK-9801][build] Add missing example dependencies to flink-dist

This closes #6304.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7483b04e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7483b04e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7483b04e

Branch: refs/heads/release-1.5
Commit: 7483b04ecaf2cde07af40fc6a9e30ef36b38c738
Parents: 8a564f8
Author: zentol <ch...@apache.org>
Authored: Wed Jul 11 12:23:24 2018 +0200
Committer: zentol <ch...@apache.org>
Committed: Fri Jul 13 06:10:32 2018 +0200

----------------------------------------------------------------------
 flink-dist/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/7483b04e/flink-dist/pom.xml
----------------------------------------------------------------------
diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index 923f078..1118d43 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -195,6 +195,20 @@ under the License.
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-examples-batch_${scala.binary.version}</artifactId>
+			<version>${project.version}</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-examples-streaming_${scala.binary.version}</artifactId>
+			<version>${project.version}</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-gelly-examples_${scala.binary.version}</artifactId>
 			<version>${project.version}</version>
 			<scope>provided</scope>