Skip to content

Commit

Permalink
Fix #149: Refactor BouncyCastle dependency (#150)
Browse files Browse the repository at this point in the history
- Use transient dependency from `powerauth-crypto`
  • Loading branch information
banterCZ authored Apr 23, 2024
1 parent 5d725b5 commit ff41d80
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<wultra-core.version>1.10.0-SNAPSHOT</wultra-core.version>
<powerauth-crypto.version>1.8.0-SNAPSHOT</powerauth-crypto.version>

<bc.version>1.78.1</bc.version>
<springdoc-openapi-starter-webmvc-ui.version>2.5.0</springdoc-openapi-starter-webmvc-ui.version>
<logstash.version>7.4</logstash.version>
</properties>
Expand Down Expand Up @@ -106,13 +105,6 @@
<version>${powerauth-crypto.version}</version>
</dependency>

<!-- Bouncy Castle -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bc.version}</version>
</dependency>

<!-- Logging -->
<dependency>
<groupId>net.logstash.logback</groupId>
Expand Down

0 comments on commit ff41d80

Please sign in to comment.