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

rombert pushed a commit to branch issue/SLING-12032
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git

commit 4e566ab90d509118639667f68bed7c312bd9dc50
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Wed Sep 20 17:42:39 2023 +0200

    SLING-12032 - Slf4j classes included and not relocated in the final jar
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 650f070..14a9b25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,11 @@
                             <goal>shade</goal>
                         </goals>
                         <configuration>
+                                                       <artifactSet>
+                                                               <excludes>
+                                                                       
<exclude>org.slf4j:*</exclude>
+                                                               </excludes>
+                                                       </artifactSet>
                             <relocations>
                                 <!-- shade and relocate all "compile" scope 
dependencies (which are not coming with the launcher) -->
                                 <relocation>

Reply via email to