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:42:32 UTC

[sling-org-apache-sling-commons-log-webconsole] branch issue/SLING-11005 created (now aa031c2)

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

rombert pushed a change to branch issue/SLING-11005
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log-webconsole.git.


      at aa031c2  SLING-11005 - Remove logback dependency from pom

This branch includes the following new commits:

     new aa031c2  SLING-11005 - Remove logback dependency from pom

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[sling-org-apache-sling-commons-log-webconsole] 01/01: SLING-11005 - Remove logback dependency from pom

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit aa031c2bea345cb73c6d306603a4aa6f42358f7d
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>