mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-29 18:27:36 +02:00
Commented why org.slf4j is excluded from the final jar
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user