Skip to content

Commit

Permalink
Add dependency to bcutil-jdk18on
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Apr 10, 2024
1 parent 83af3d9 commit e9e0481
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 @@ -173,6 +173,11 @@
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<!-- /bouncycastle -->

<!-- codehaus -->
Expand Down Expand Up @@ -372,6 +377,11 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<scope>runtime</scope>
</dependency>
<!-- /bouncycastle -->

<!-- codehaus -->
Expand Down Expand Up @@ -552,6 +562,7 @@
<skip>${maven.test.skip}</skip>
<failOnWarning>true</failOnWarning>
<ignoredUnusedDeclaredDependencies>
<ignored>org.bouncycastle:bcutil-jdk18on</ignored>
<ignored>org.mockito:mockito-inline</ignored>
<ignored>org.simplify4u:slf4j-mock</ignored>
</ignoredUnusedDeclaredDependencies>
Expand Down

0 comments on commit e9e0481

Please sign in to comment.