Initialize BcSopCLI

This commit is contained in:
Paul Schaub 2024-11-15 01:38:08 +01:00
parent 1d697eb682
commit 1af2a3c121
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 19 additions and 8 deletions

View file

@ -27,6 +27,10 @@
<groupId>org.pgpainless</groupId>
<artifactId>sop-java-picocli</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</dependency>
</dependencies>
</project>