Commented why org.slf4j is excluded from the final jar

This commit is contained in:
juanmuscaria
2021-09-17 09:40:12 -03:00
parent 310ef4068c
commit 20379d13b2

View File

@ -80,6 +80,8 @@
</relocation> </relocation>
</relocations> </relocations>
<artifactSet> <artifactSet>
<!--org.slf4j is part of velocity api and runtime,
shading and relocating it causes logger injection to fail-->
<excludes> <excludes>
<exclude>org.slf4j:*</exclude> <exclude>org.slf4j:*</exclude>
</excludes> </excludes>