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-feature-extension-content.git
The following commit(s) were added to refs/heads/master by this push:
new 0976c37 SLING-12032 - Slf4j classes included and not relocated in the
final jar (#22)
0976c37 is described below
commit 0976c37d1edc95af85e42ad854e0ae987d33a7fd
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Sep 21 10:24:56 2023 +0200
SLING-12032 - Slf4j classes included and not relocated in the final jar
(#22)
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 650f070..badf185 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>