From 0266ba1fbc1efe83f67538715ab8206c9cec5e69 Mon Sep 17 00:00:00 2001 From: zhaoguangwei Date: Tue, 30 Jul 2019 17:25:31 +0800 Subject: [PATCH] =?UTF-8?q?starter-log4j2=E8=B0=83=E6=95=B4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/pom.xml | 5 -- source/utils/utils-http/pom.xml | 146 +++++++++++++++++++++------------------- 2 files changed, 76 insertions(+), 75 deletions(-) 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