Exclude eclipse jar from shaded jar to fix crash.

See https://github.com/BentoBoxWorld/BentoBox/issues/469
This commit is contained in:
tastybento 2019-01-13 15:11:03 -08:00
parent ad3d044e88
commit e4e6525995

View File

@ -219,6 +219,7 @@
<artifactSet>
<excludes>
<exclude>org.mongodb:*</exclude>
<exclude>org.eclipse.jdt:*</exclude>
</excludes>
</artifactSet>
</configuration>