Skip to content

Commit 8acdd27

Browse files
committed
[misc] benchmark handling bcpkix-jdk18on signed JAR
1 parent 99a4649 commit 8acdd27

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@
286286
<groupId>org.bouncycastle</groupId>
287287
<artifactId>bcpkix-jdk18on</artifactId>
288288
<version>1.78.1</version>
289+
<optional>true</optional>
289290
</dependency>
290291

291292
<dependency>
@@ -746,6 +747,16 @@
746747
<mainClass>org.openjdk.jmh.Main</mainClass>
747748
</transformer>
748749
</transformers>
750+
<filters>
751+
<filter>
752+
<artifact>*:*</artifact>
753+
<excludes>
754+
<exclude>META-INF/*.SF</exclude>
755+
<exclude>META-INF/*.DSA</exclude>
756+
<exclude>META-INF/*.RSA</exclude>
757+
</excludes>
758+
</filter>
759+
</filters>
749760
</configuration>
750761
<executions>
751762
<execution>

0 commit comments

Comments
 (0)