This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 4dca555b6939ad6a11ba63ad9c57e2d4aeb0973d Author: Maximilian Michels <[email protected]> AuthorDate: Tue Sep 18 15:02:52 2018 +0200 Remove incorrect runtime scope from Maven configuration --- src/documentation/runners/flink.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/documentation/runners/flink.md b/src/documentation/runners/flink.md index 6911230..574d1d8 100644 --- a/src/documentation/runners/flink.md +++ b/src/documentation/runners/flink.md @@ -92,7 +92,6 @@ For more information, the [Flink Documentation](https://ci.apache.org/projects/f <groupId>org.apache.beam</groupId> <artifactId>beam-runners-flink_2.10</artifactId> <version>{{ site.release_latest }}</version> - <scope>runtime</scope> </dependency> ```
