You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/12/15 14:45:12 UTC

[sling-org-apache-sling-commons-log-webconsole] branch master updated: SLING-11005 - Remove logback dependency from pom

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log-webconsole.git


The following commit(s) were added to refs/heads/master by this push:
     new 842cab0  SLING-11005 - Remove logback dependency from pom
842cab0 is described below

commit 842cab0593f640aa2b5af9b398be9fb79e9a0119
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 15 15:41:58 2021 +0100

    SLING-11005 - Remove logback dependency from pom
    
    The dependency is not needed and should not be there.
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index d315d23..fffa51c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,6 @@
 
   <properties>
     <slf4j.version>1.7.21</slf4j.version>
-    <logback.version>1.1.2</logback.version>
     <pax-exam.version>4.13.3</pax-exam.version>
 
     <bundle.build.dir>
@@ -204,18 +203,6 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <version>${logback.version}</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-core</artifactId>
-      <version>${logback.version}</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.log</artifactId>
       <version>5.0.2</version>