This is an automated email from the ASF dual-hosted git repository.
weiraowang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 139f23040a [Fix-14668][dolphinscheduler-tools] Modify the imported jar
package. Use org.apache.commons.lang3.StringUtils. (#14669)
139f23040a is described below
commit 139f23040a0abc14a23872d4426196d558044c61
Author: sleo <[email protected]>
AuthorDate: Wed Aug 2 11:03:49 2023 +0800
[Fix-14668][dolphinscheduler-tools] Modify the imported jar package. Use
org.apache.commons.lang3.StringUtils. (#14669)
---
.../apache/dolphinscheduler/tools/resource/MigrateResourceService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/resource/MigrateResourceService.java
b/dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/resource/MigrateResourceService.java
index 4f4076fc4b..942aa1ede7 100644
---
a/dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/resource/MigrateResourceService.java
+++
b/dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/resource/MigrateResourceService.java
@@ -27,7 +27,7 @@ import org.apache.dolphinscheduler.dao.mapper.UdfFuncMapper;
import org.apache.dolphinscheduler.plugin.storage.api.StorageOperate;
import org.apache.dolphinscheduler.spi.enums.ResourceType;
-import org.apache.zookeeper.common.StringUtils;
+import org.apache.commons.lang3.StringUtils;
import java.io.IOException;
import java.util.List;