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 2022/05/20 10:16:27 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2520] Remove unused slf4j dependency and exclude (#2974)

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 9efb49ee9 [SCB-2520] Remove unused slf4j dependency and exclude (#2974)
9efb49ee9 is described below

commit 9efb49ee9a2c83e33e4ae52530ef21f9cb8137cd
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Fri May 20 18:16:22 2022 +0800

    [SCB-2520] Remove unused slf4j dependency and exclude (#2974)
---
 dependencies/default/pom.xml            | 16 ----------------
 integration-tests/tracing-tests/pom.xml |  6 ------
 2 files changed, 22 deletions(-)

diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 604e407ad..1e66e7e31 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -711,27 +711,11 @@
         <artifactId>slf4j-api</artifactId>
         <version>${slf4j.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-ext</artifactId>
-        <version>${slf4j.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>ch.qos.cal10n</groupId>
-            <artifactId>cal10n-api</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
         <version>${slf4j.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>log4j-over-slf4j</artifactId>
-        <version>${slf4j.version}</version>
-      </dependency>
 
       <dependency>
         <groupId>org.springframework</groupId>
diff --git a/integration-tests/tracing-tests/pom.xml b/integration-tests/tracing-tests/pom.xml
index 98ca57021..ef99df5a9 100644
--- a/integration-tests/tracing-tests/pom.xml
+++ b/integration-tests/tracing-tests/pom.xml
@@ -70,12 +70,6 @@
     <dependency>
       <groupId>org.apache.servicecomb</groupId>
       <artifactId>tracing-zipkin</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>org.slf4j</groupId>
-          <artifactId>log4j-over-slf4j</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>io.zipkin.zipkin2</groupId>