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>
</relocations>
<artifactSet>
<!--org.slf4j is part of velocity api and runtime,
shading and relocating it causes logger injection to fail-->
<excludes>
<exclude>org.slf4j:*</exclude>
</excludes>