Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/5076#discussion_r153500167
--- Diff: pom.xml ---
@@ -891,6 +905,41 @@ under the License.
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>3.0.2</version>
--- End diff --
Redundant from the `<pluginManagement>` section.---
