Remove the eclipse signatures from the shaded currentmonitor jar so java doesn't lose its mind when trying to start the service.

This commit is contained in:
MarkBryanMilligan 2021-02-23 12:21:43 -06:00
parent 23026d055f
commit afe5faf536

View File

@ -81,6 +81,16 @@
<version>3.2.1</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
<execution>