From 31071068c01433059ed3dd259d6dfc5edc82e43b Mon Sep 17 00:00:00 2001 From: shaozhuguang Date: Wed, 11 Sep 2019 10:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/base/pom.xml | 7 +++++++ source/gateway/pom.xml | 15 +++++++++------ source/peer/pom.xml | 10 ++++++++-- source/pom.xml | 4 ++-- source/test/test-consensus-client/pom.xml | 12 ++++++++++++ source/test/test-consensus-node/pom.xml | 12 ++++++++++++ source/tools/tools-initializer/pom.xml | 8 ++++---- 7 files changed, 54 insertions(+), 14 deletions(-) diff --git a/source/base/pom.xml b/source/base/pom.xml index 94592186..0e0b7299 100644 --- a/source/base/pom.xml +++ b/source/base/pom.xml @@ -8,4 +8,11 @@ 1.1.0-SNAPSHOT base + + + + org.springframework.boot + spring-boot-starter-log4j2 + + \ No newline at end of file diff --git a/source/gateway/pom.xml b/source/gateway/pom.xml index 652d0ef0..2df3c7af 100644 --- a/source/gateway/pom.xml +++ b/source/gateway/pom.xml @@ -77,19 +77,22 @@ commons-io - - org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + - - - + + org.springframework.boot spring-boot-starter-security diff --git a/source/peer/pom.xml b/source/peer/pom.xml index a7127e68..f428d188 100644 --- a/source/peer/pom.xml +++ b/source/peer/pom.xml @@ -54,12 +54,18 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + - + org.springframework.boot diff --git a/source/pom.xml b/source/pom.xml index cca9e658..77e8149b 100644 --- a/source/pom.xml +++ b/source/pom.xml @@ -78,10 +78,10 @@ - + junit junit diff --git a/source/test/test-consensus-client/pom.xml b/source/test/test-consensus-client/pom.xml index f3cab64c..1fbfa8aa 100644 --- a/source/test/test-consensus-client/pom.xml +++ b/source/test/test-consensus-client/pom.xml @@ -13,7 +13,19 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-log4j2 + + com.jd.blockchain consensus-bftsmart diff --git a/source/test/test-consensus-node/pom.xml b/source/test/test-consensus-node/pom.xml index 28a5776b..671ecd50 100644 --- a/source/test/test-consensus-node/pom.xml +++ b/source/test/test-consensus-node/pom.xml @@ -12,7 +12,19 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-log4j2 + + com.jd.blockchain peer diff --git a/source/tools/tools-initializer/pom.xml b/source/tools/tools-initializer/pom.xml index b4f51d28..f4cfe07d 100644 --- a/source/tools/tools-initializer/pom.xml +++ b/source/tools/tools-initializer/pom.xml @@ -72,18 +72,18 @@ org.springframework.boot spring-boot-starter-web - + - + org.springframework.boot