Remove sisu annotation processor from jar
This commit is contained in:
parent
32e4086604
commit
b1064c69c4
6
pom.xml
6
pom.xml
@ -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 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user