mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-27 19:50:37 +02:00
Configure maven-shade-plugin for bc in jetty.certificate (#5647)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -50,7 +50,10 @@
|
||||
<artifact>org.bouncycastle:*</artifact>
|
||||
<excludes>
|
||||
<!-- Exclude the JAR signing files -->
|
||||
<exclude>META-INF/BCKEY.*</exclude>
|
||||
<exclude>META-INF/*.SF</exclude>
|
||||
<exclude>META-INF/*.RSA</exclude>
|
||||
<exclude>META-INF/*.DSA</exclude>
|
||||
<exclude>META-INF/*.EC</exclude>
|
||||
</excludes>
|
||||
</filter>
|
||||
</filters>
|
||||
|
||||
Reference in New Issue
Block a user