Skip to content

Commit

Permalink
[misc] benchmark handling bcpkix-jdk18on signed JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Nov 17, 2024
1 parent 99a4649 commit 8acdd27
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
<optional>true</optional>
</dependency>

<dependency>
Expand Down Expand Up @@ -746,6 +747,16 @@
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
</transformers>
<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>
Expand Down

0 comments on commit 8acdd27

Please sign in to comment.