You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/06/18 09:53:20 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2006]dependency update: remove log4j2 from solution-basic and upgrade from 2.12.0 to 2.13.2

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new fefe3ec  [SCB-2006]dependency update: remove log4j2 from solution-basic and upgrade from 2.12.0 to 2.13.2
fefe3ec is described below

commit fefe3ec3c163ab11277207ab26f0a584efb3f0ac
Author: liubao <bi...@qq.com>
AuthorDate: Thu Jun 18 10:09:00 2020 +0800

    [SCB-2006]dependency update: remove log4j2 from solution-basic and upgrade from 2.12.0 to 2.13.2
---
 dependencies/default/pom.xml     |  2 +-
 solutions/solution-basic/pom.xml | 14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 109c5b6..ec1cc06 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -76,7 +76,7 @@
     <junit.version>4.12</junit.version>
     <junit5.version>5.6.2</junit5.version>
     <log4j.version>1.2.17</log4j.version>
-    <log4j2.version>2.12.0</log4j2.version>
+    <log4j2.version>2.13.2</log4j2.version>
     <logback.version>1.2.3</logback.version>
     <mockito.version>1.10.19</mockito.version>
     <mock-server.version>3.10.4</mock-server.version>
diff --git a/solutions/solution-basic/pom.xml b/solutions/solution-basic/pom.xml
index 2add55f..4b66ab3 100644
--- a/solutions/solution-basic/pom.xml
+++ b/solutions/solution-basic/pom.xml
@@ -30,20 +30,6 @@
   <name>Java Chassis::Solutions::BASIC</name>
 
   <dependencies>
-    <!-- default using log4j2 -->
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-slf4j-impl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-    </dependency>
-
     <!-- transports -->
     <dependency>
       <groupId>org.apache.servicecomb</groupId>