Another try to exclude Google's GSON from being shaded in BentoBox

This commit is contained in:
Florian CUNY 2020-01-26 13:37:40 +01:00
parent 13dc39bff6
commit 9cc95c470d

View File

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