Excluded unnecessary files from shading.

This commit is contained in:
tastybento 2021-09-23 22:22:23 -07:00
parent 070a7190a4
commit 41d574a859
1 changed files with 15 additions and 0 deletions

15
pom.xml
View File

@ -325,6 +325,21 @@
<shadedPattern>world.bentobox.bentobox.api.github</shadedPattern>
</relocation>
</relocations>
<artifactSet>
<excludes>
<exclude>com.googlecode.json-simple:json-simple</exclude>
<exclude>org.jetbrains:annotations</exclude>
<exclude>com.google.guava:*</exclude>
<exclude>commons-lang:commons-lang</exclude>
<exclude>org.yaml:snakeyaml</exclude>
<exclude>org.apache.maven.shared:*</exclude>
<exclude>org.bukkit:*</exclude>
<exclude>org.apache.maven:*</exclude>
<exclude>com.google.code.gson:*</exclude>
<exclude>junit:*</exclude>
<exclude>org.eclipse.jdt:*</exclude>
</excludes>
</artifactSet>
</configuration>
<executions>
<execution>