From 56da41357e98e9f35e5917edd6eee7599b901c09 Mon Sep 17 00:00:00 2001
From: KomachiSion <263976490@qq.com>
Date: Wed, 3 Jun 2020 14:42:25 +0800
Subject: [PATCH] Remove fastjson dependency from pom
---
pom.xml | 8 --------
test/pom.xml | 5 -----
2 files changed, 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index bd567d48e..350e59fb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,6 @@
2.1.1.RELEASE
- 1.2.58
3.0
2.6
3.4
@@ -618,13 +617,6 @@
${project.version}
-
-
- com.alibaba
- fastjson
- ${fastjson.version}
-
-
javax.servlet
servlet-api
diff --git a/test/pom.xml b/test/pom.xml
index c6f3c3e80..04b5d1495 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -52,11 +52,6 @@
truth
-
- com.alibaba
- fastjson
-
-
${project.groupId}
nacos-api