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