Hi all, I found that tsfile.jar includes all the classes in tsfile:common.jar which is confusing and will cause other projects depend on both getting duplicated codes(like iotdb, because we force module in iotdb to declare all directly-using dependencies in pom which means we need to declare tsfile:common directly in pom while we use the classes in it).
I found this is caused by [1], and related to the origin issue[2] So, I think we need to revert this commit and figure out another way to fix [2] [1] https://github.com/apache/tsfile/pull/510 [2] https://github.com/apache/tsfile/issues/501 Best regards, --------------------- Yuan Tian
