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 2019/05/16 09:57:58 UTC

[flink] branch master updated: [FLINK-10466][build] Add flink-dist dependency to yarn-test

This is an automated email from the ASF dual-hosted git repository.

chesnay 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 29fdef8  [FLINK-10466][build] Add flink-dist dependency to yarn-test
29fdef8 is described below

commit 29fdef8d237350df1cf915a62390f49e408ba960
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu May 9 10:18:34 2019 +0200

    [FLINK-10466][build] Add flink-dist dependency to yarn-test
---
 flink-yarn-tests/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/flink-yarn-tests/pom.xml b/flink-yarn-tests/pom.xml
index fd8780b..96bda00 100644
--- a/flink-yarn-tests/pom.xml
+++ b/flink-yarn-tests/pom.xml
@@ -61,6 +61,14 @@ under the License.
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>
+			<artifactId>flink-dist_${scala.binary.version}</artifactId>
+			<version>${project.version}</version>
+			<scope>test</scope>
+			<type>pom</type>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-runtime_${scala.binary.version}</artifactId>
 			<version>${project.version}</version>
 			<scope>test</scope>