Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/5076 @zentol thanks for your review. I have updated the PR. `mvn clean verify -Dverbose -pl flink-clients`ï¼No dependency problems found: ``` [INFO] --- maven-dependency-plugin:3.0.2:analyze-only (analyze) @ flink-clients_2.11 --- [INFO] Used declared dependencies found: [INFO] org.apache.flink:flink-core:jar:1.5-SNAPSHOT:compile [INFO] org.apache.flink:flink-runtime_2.11:jar:1.5-SNAPSHOT:compile [INFO] org.apache.flink:flink-optimizer_2.11:jar:1.5-SNAPSHOT:compile [INFO] org.apache.flink:flink-java:jar:1.5-SNAPSHOT:compile [INFO] org.apache.flink:flink-shaded-netty:jar:4.0.27.Final-2.0:compile [INFO] commons-cli:commons-cli:jar:1.3.1:compile [INFO] org.scala-lang:scala-library:jar:2.11.11:compile [INFO] com.typesafe.akka:akka-actor_2.11:jar:2.4.20:compile [INFO] org.apache.flink:flink-test-utils-junit:jar:1.5-SNAPSHOT:test [INFO] org.apache.flink:flink-runtime_2.11:test-jar:tests:1.5-SNAPSHOT:test [INFO] org.slf4j:slf4j-api:jar:1.7.7:compile [INFO] com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] junit:junit:jar:4.12:test [INFO] org.mockito:mockito-all:jar:1.10.19:test [INFO] org.powermock:powermock-api-mockito:jar:1.6.5:test [INFO] Ignored unused declared dependencies: [INFO] org.apache.flink:force-shading:jar:1.5-SNAPSHOT:compile ```
---