|
@@ -18,20 +18,19 @@ package org.apache.dolphinscheduler.dao;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.cronutils.model.Cron;
|
|
|
-import org.apache.commons.lang3.ArrayUtils;
|
|
|
-import org.apache.commons.lang3.StringUtils;
|
|
|
import org.apache.dolphinscheduler.common.Constants;
|
|
|
import org.apache.dolphinscheduler.common.enums.*;
|
|
|
import org.apache.dolphinscheduler.common.model.DateInterval;
|
|
|
import org.apache.dolphinscheduler.common.model.TaskNode;
|
|
|
import org.apache.dolphinscheduler.common.process.Property;
|
|
|
import org.apache.dolphinscheduler.common.queue.ITaskQueue;
|
|
|
-import org.apache.dolphinscheduler.common.queue.TaskQueueFactory;
|
|
|
import org.apache.dolphinscheduler.common.task.subprocess.SubProcessParameters;
|
|
|
+import org.apache.dolphinscheduler.common.utils.ArrayUtils;
|
|
|
import org.apache.dolphinscheduler.common.utils.DateUtils;
|
|
|
import org.apache.dolphinscheduler.common.utils.IpUtils;
|
|
|
import org.apache.dolphinscheduler.common.utils.JSONUtils;
|
|
|
import org.apache.dolphinscheduler.common.utils.ParameterUtils;
|
|
|
+import org.apache.dolphinscheduler.common.utils.StringUtils;
|
|
|
import org.apache.dolphinscheduler.dao.entity.*;
|
|
|
import org.apache.dolphinscheduler.dao.mapper.*;
|
|
|
import org.apache.dolphinscheduler.dao.utils.cron.CronUtils;
|