1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-09-21 12:20:13 +02:00

removes duplicate dependencies (#1792)

This commit is contained in:
Ludy 2024-09-02 22:01:50 +02:00 committed by GitHub
parent 8eecab51f5
commit b31d565c75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,9 +181,6 @@ dependencies {
implementation 'org.apache.pdfbox:jbig2-imageio:3.0.4'
implementation "com.github.Carleslc.Simple-YAML:Simple-Yaml:1.8.4"
implementation "org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion"
implementation "org.bouncycastle:bcpkix-jdk18on:$bouncycastleVersion"
implementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"