You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/08/04 14:01:35 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: Use runtime scope for slf4j impl to keep compile classpath leaner

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-launcher.git


The following commit(s) were added to refs/heads/master by this push:
     new b55ca9c  Use runtime scope for slf4j impl to keep compile classpath leaner
b55ca9c is described below

commit b55ca9cb6d3019aef854c45e717eb476e874c4d0
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Aug 4 16:01:30 2022 +0200

    Use runtime scope for slf4j impl to keep compile classpath leaner
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 496a33c..6153e5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
-            <scope>compile</scope>
+            <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>