Excluded Google's GSON from shading

This commit is contained in:
Florian CUNY 2020-02-13 10:34:11 +01:00
parent 9abf65709d
commit 1baea6f321

View File

@ -398,7 +398,7 @@
</relocations>
<artifactSet>
<excludes>
<exclude>com.google:*</exclude>
<exclude>com.google.code.gson:*</exclude>
<exclude>org.mongodb:*</exclude>
<exclude>org.eclipse.jdt:*</exclude>
</excludes>