Skip to content

Commit

Permalink
Fix #511: Refactor BouncyCastle dependency (#512)
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 bf03e6c commit 7d42f6e
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 @@ -86,7 +86,6 @@
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<spring-boot.version>3.2.5</spring-boot.version>
<commons-text.version>1.12.0</commons-text.version>
<bcprov.version>1.78.1</bcprov.version>

<wultra-core.version>1.10.0-SNAPSHOT</wultra-core.version>
<powerauth.version>1.8.0-SNAPSHOT</powerauth.version>
Expand Down Expand Up @@ -123,13 +122,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- 3rd Party Dependencies -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bcprov.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 7d42f6e

Please sign in to comment.