Repository: flink Updated Branches: refs/heads/release-1.1 3b5d3c6f3 -> 6377ef00f
[FLINK-5172] [RockDB backend] Set dependencies to 'flink-core' and 'flink-streaming-java' as 'provided' Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9410d574 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9410d574 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9410d574 Branch: refs/heads/release-1.1 Commit: 9410d5740f3015e7f4768f852aa3e5fe00da6fe6 Parents: 3b5d3c6 Author: Stephan Ewen <[email protected]> Authored: Mon Nov 28 11:21:45 2016 +0100 Committer: Stephan Ewen <[email protected]> Committed: Mon Nov 28 11:21:45 2016 +0100 ---------------------------------------------------------------------- flink-contrib/flink-statebackend-rocksdb/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/9410d574/flink-contrib/flink-statebackend-rocksdb/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-statebackend-rocksdb/pom.xml b/flink-contrib/flink-statebackend-rocksdb/pom.xml index 7d551cb..0647e40 100644 --- a/flink-contrib/flink-statebackend-rocksdb/pom.xml +++ b/flink-contrib/flink-statebackend-rocksdb/pom.xml @@ -44,12 +44,14 @@ under the License. <groupId>org.apache.flink</groupId> <artifactId>flink-streaming-java_2.10</artifactId> <version>${project.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-clients_2.10</artifactId> <version>${project.version}</version> + <scope>provided</scope> </dependency> <dependency>
