forked from TuxCoding/FastLogin
Exclude gson already present in velocity
This commit is contained in:
@ -84,6 +84,7 @@
|
|||||||
shading and relocating it causes logger injection to fail-->
|
shading and relocating it causes logger injection to fail-->
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>org.slf4j:*</exclude>
|
<exclude>org.slf4j:*</exclude>
|
||||||
|
<exclude>com.google.code.gson:gson</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</artifactSet>
|
</artifactSet>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Reference in New Issue
Block a user