diff --git a/source/pom.xml b/source/pom.xml
index 1633c32e..8bf5c664 100644
--- a/source/pom.xml
+++ b/source/pom.xml
@@ -92,11 +92,6 @@
mockito-core
test
-
- org.springframework.boot
- spring-boot-starter-log4j2
- test
-
diff --git a/source/utils/utils-http/pom.xml b/source/utils/utils-http/pom.xml
index cf3a6ed7..91292ad9 100644
--- a/source/utils/utils-http/pom.xml
+++ b/source/utils/utils-http/pom.xml
@@ -1,71 +1,77 @@
-
- 4.0.0
-
- com.jd.blockchain
- utils
- 1.0.1.RELEASE
-
-
-
- 0.5.0-SNAPSHOT
- 0.5.0-SNAPSHOT
-
-
- utils-http
-
-
- com.jd.blockchain
- utils-common
- ${project.version}
-
-
- com.jd.blockchain
- utils-serialize
- ${project.version}
-
-
- com.jd.blockchain
- utils-web-server
- test
- ${project.version}
-
-
-
- org.apache.httpcomponents
- httpclient
-
-
- org.springframework
- spring-core
-
-
- org.springframework
- spring-beans
-
-
-
-
-
-
+
+ 4.0.0
+
+ com.jd.blockchain
+ utils
+ 1.0.1.RELEASE
+
+
+
+ 0.5.0-SNAPSHOT
+ 0.5.0-SNAPSHOT
+
+
+ utils-http
+
+
+ com.jd.blockchain
+ utils-common
+ ${project.version}
+
+
+ com.jd.blockchain
+ utils-serialize
+ ${project.version}
+
+
+ com.jd.blockchain
+ utils-web-server
+ test
+ ${project.version}
+
+
+
+ org.apache.httpcomponents
+ httpclient
+
+
+ org.springframework
+ spring-core
+
+
+ org.springframework
+ spring-beans
+
+
+
+ org.springframework.boot
+ spring-boot-starter-log4j2
+ test
+
+
+
+
+
+
\ No newline at end of file