Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5076#discussion_r154648566 --- Diff: pom.xml --- @@ -581,6 +581,20 @@ under the License. <version>0.9.10</version> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-core</artifactId> --- End diff -- these should also be removed, no?
---