jixuan1989 opened a new pull request #1365: URL: https://github.com/apache/incubator-iotdb/pull/1365
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 is ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
