Remove sisu annotation processor from jar

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2021-05-15 16:41:17 +10:00
parent 6afb9da7cb
commit 431ac4577d

View file

@ -204,6 +204,12 @@
<exclude>com/google/thirdparty/**</exclude> <exclude>com/google/thirdparty/**</exclude>
</excludes> </excludes>
</filter> </filter>
<filter>
<artifact>org.eclipse.sisu:org.eclipse.sisu.inject</artifact>
<excludes>
<exclude>META-INF/services/javax.annotation.processing.Processor</exclude>
</excludes>
</filter>
</filters> </filters>
<relocations> <relocations>
<!-- Cannot be relocated as it breaks translation property keys --> <!-- Cannot be relocated as it breaks translation property keys -->