Github user yew1eb commented on the issue: https://github.com/apache/flink/pull/6116 when I build flink with our maintained hadoop version, the command like this `mvn clean install -DskipTests -Dhadoop.version=2.7.0-xxx`, it will `BUILD FAILURE`. Some Enforcer rules have failed. Look below for specific messages explaining why the rule failed. ``` [WARNING] Dependency convergence error for commons-lang:commons-lang:2.6 paths to dependency are: +-org.apache.flink:flink-bucketing-sink-test:1.6-SNAPSHOT +-org.apache.flink:flink-shaded-hadoop2:1.6-SNAPSHOT +-commons-lang:commons-lang:2.6 and +-org.apache.flink:flink-bucketing-sink-test:1.6-SNAPSHOT +-org.apache.flink:flink-shaded-hadoop2:1.6-SNAPSHOT +-commons-configuration:commons-configuration:1.7 +-commons-lang:commons-lang:2.6 and +-org.apache.flink:flink-bucketing-sink-test:1.6-SNAPSHOT +-org.apache.flink:flink-shaded-hadoop2:1.6-SNAPSHOT +-org.apache.thrift:libthrift:0.9.0 +-commons-lang:commons-lang:2.5 [WARNING] Dependency convergence error for org.apache.thrift:libthrift:0.9.0 paths to dependency are: +-org.apache.flink:flink-bucketing-sink-test:1.6-SNAPSHOT +-org.apache.flink:flink-shaded-hadoop2:1.6-SNAPSHOT +-org.apache.thrift:libthrift:0.9.0 and +-org.apache.flink:flink-bucketing-sink-test:1.6-SNAPSHOT +-org.apache.flink:flink-shaded-hadoop2:1.6-SNAPSHOT +-com.xxxx.scribe:scribe-log4j:1.1.0 +-org.apache.thrift:libthrift:0.8.0 and +-org.apache.flink:flink-bucketing-sink-test:1.6-SNAPSHOT +-org.apache.flink:flink-shaded-hadoop2:1.6-SNAPSHOT +-com.xxxx.log:collect-client:0.0.5 +-org.apache.thrift:libthrift:0.8.0 ```
---