Exclude Google's GSON from being shaded into BentoBox

This commit is contained in:
Florian CUNY 2020-01-26 12:01:49 +01:00
parent 64fbbf8815
commit 13dc39bff6

View File

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