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