Xiangdong Huang created IOTDB-761:
-------------------------------------
Summary: flink-tsfile-connecto and flink-example dependency
conflict: Some Enforcer rules have failed. Look above for specific messages
explaining why the rule failed
Key: IOTDB-761
URL: https://issues.apache.org/jira/browse/IOTDB-761
Project: Apache IoTDB
Issue Type: Bug
Components: Connectors/Flink
Affects Versions: 0.10.0-SNAPSHOT
Reporter: Xiangdong Huang
There are two dependency conflicts that cause the maven failure:
* Flink 1.10 uses commons-compress 1.18 while hadoop-tsfile module uses 1.4.1;
* Flink 1.10 uses commons-math3 3.1.1 while hadoop-tsfile module uses 3.5
So, when running `mvn release:parepare`, exception message will be thrown like:
Some Enforcer rules have failed. Look above for specific messages explaining
why the rule failed.
The solution is to exclude the stale version of those dependencies.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)