diff --git a/dolphinscheduler-alert/pom.xml b/dolphinscheduler-alert/pom.xml
index 188bfa3d9e..d63e3808b4 100644
--- a/dolphinscheduler-alert/pom.xml
+++ b/dolphinscheduler-alert/pom.xml
@@ -66,11 +66,6 @@
commons-email
-
- com.alibaba
- fastjson
-
-
com.fasterxml.jackson.core
jackson-core
diff --git a/dolphinscheduler-api/pom.xml b/dolphinscheduler-api/pom.xml
index b7c3f3da69..16f611fd66 100644
--- a/dolphinscheduler-api/pom.xml
+++ b/dolphinscheduler-api/pom.xml
@@ -86,11 +86,6 @@
spring-context
-
- com.alibaba
- fastjson
-
-
commons-collections
commons-collections
diff --git a/dolphinscheduler-common/pom.xml b/dolphinscheduler-common/pom.xml
index 4d4ccede26..28acb21fd5 100644
--- a/dolphinscheduler-common/pom.xml
+++ b/dolphinscheduler-common/pom.xml
@@ -36,11 +36,7 @@
org.apache.dolphinscheduler
dolphinscheduler-plugin-api
-
- com.alibaba
- fastjson
- compile
-
+
org.apache.httpcomponents
httpclient
diff --git a/dolphinscheduler-dao/pom.xml b/dolphinscheduler-dao/pom.xml
index 3aea888f94..b7fc8725e9 100644
--- a/dolphinscheduler-dao/pom.xml
+++ b/dolphinscheduler-dao/pom.xml
@@ -122,12 +122,6 @@
commons-httpclient
-
- com.alibaba
- fastjson
- compile
-
-
com.cronutils
cron-utils
diff --git a/dolphinscheduler-remote/pom.xml b/dolphinscheduler-remote/pom.xml
index 66994b4076..c01434c51f 100644
--- a/dolphinscheduler-remote/pom.xml
+++ b/dolphinscheduler-remote/pom.xml
@@ -43,10 +43,6 @@
org.slf4j
slf4j-api
-
- com.alibaba
- fastjson
-
junit
junit
diff --git a/dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/task/datax/DataxTaskTest.java b/dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/task/datax/DataxTaskTest.java
index 250b2a2b0a..5a9ff568ae 100644
--- a/dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/task/datax/DataxTaskTest.java
+++ b/dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/task/datax/DataxTaskTest.java
@@ -23,7 +23,6 @@ import java.util.Date;
import java.util.List;
import java.util.UUID;
-import com.alibaba.fastjson.JSON;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;
import org.apache.dolphinscheduler.common.enums.CommandType;
diff --git a/pom.xml b/pom.xml
index 861fde840b..f7c3d65671 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,6 @@
3.2.0
2.0.1
5.0.5
- 1.2.61
1.1.14
1.4.200
1.6
@@ -150,11 +149,6 @@
${cron.utils.version}
-
- com.alibaba
- fastjson
- ${fastjson.version}
-
com.alibaba
druid