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

kwin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git


The following commit(s) were added to refs/heads/master by this push:
     new 115bcf2  releng: remove superfluous dependency on slf4j-impl
115bcf2 is described below

commit 115bcf21d25b2c8b41c4789e540923b4c1232c0a
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Jul 1 08:57:45 2022 +0200

    releng: remove superfluous dependency on slf4j-impl
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 31664de..f453dd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,11 +117,6 @@
             <artifactId>slf4j-api</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>

Reply via email to