1
0
mirror of https://github.com/sismics/docs.git synced 2026-05-19 05:51:27 +00:00

File encryption (in progress)

This commit is contained in:
jendib
2013-08-19 23:57:50 +02:00
parent 1c606ebf25
commit 464d43194b
5 changed files with 61 additions and 0 deletions

View File

@@ -122,6 +122,11 @@
<artifactId>pdfbox</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</dependency>
<!-- OCR dependencies -->
<dependency>
<groupId>jna</groupId>