alei1206 opened a new issue, #14668: URL: https://github.com/apache/dolphinscheduler/issues/14668
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened The **MigrateResourceService.java** failed to compile with the zookeeper 3.4.14 version. </br> </br>**Error Log**: /dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/resource/MigrateResourceService.java:[30,35] 找不到符号. </br>The reason is zk doesn't have `StringUtils.java` in zookeeper3.4.14. An incorrect jar package was imported.  ### What you expected to happen dolphinscheduler should build successful with zookeeper 3.4.14 version. ### How to reproduce build dolphinscheduler with zk3.4.14 ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
