gengziyand commented on code in PR #793:
URL: https://github.com/apache/tsfile/pull/793#discussion_r3166401470
##########
java/tools/pom.xml:
##########
@@ -28,6 +28,9 @@
</parent>
<artifactId>tools</artifactId>
<name>TsFile: Java: Tools</name>
+ <properties>
+ <enforcer.skip>true</enforcer.skip>
Review Comment:
Done. I removed enforcer.skip, reproduced the convergence failures locally,
and resolved them by managing the conflicting transitive dependency versions in
the parent dependencyManagement.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]