Commit 3ccd96aa authored by simon's avatar simon
Browse files

Using Jackson instead of Fastjson

parent 39d2713d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ import org.apache.dolphinscheduler.common.process.Property;
import org.apache.dolphinscheduler.common.utils.ParameterUtils;
import org.apache.dolphinscheduler.common.utils.placeholder.BusinessTimeUtils;
import org.apache.dolphinscheduler.server.utils.ParamUtils;
import com.alibaba.fastjson.JSON;
import org.apache.dolphinscheduler.common.utils.*;

import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;