Repository: flink Updated Branches: refs/heads/master c568aed1e -> f2c3ff3ee
[FLINK-7950][build] add flink-queryable-state-runtime as a dependency to flink-dist Since FLINK-7824, flink-queryable-state-runtime's jar file was put into the opt/ folder of flink-dist and is thus required to build as well. This closes #4925. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/27c5ab50 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/27c5ab50 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/27c5ab50 Branch: refs/heads/master Commit: 27c5ab509e388aa9a8f7de1cf3f4b0dcd8e07aad Parents: c568aed Author: Nico Kruber <[email protected]> Authored: Mon Oct 30 18:19:23 2017 +0100 Committer: kkloudas <[email protected]> Committed: Tue Oct 31 11:03:59 2017 +0100 ---------------------------------------------------------------------- flink-dist/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/27c5ab50/flink-dist/pom.xml ---------------------------------------------------------------------- diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml index dc2c3a8..29f28ff 100644 --- a/flink-dist/pom.xml +++ b/flink-dist/pom.xml @@ -319,6 +319,12 @@ under the License. <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-queryable-state-runtime_${scala.binary.version}</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> <!-- end optional Flink libraries --> <!-- test dependencies -->
