diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-07-09 10:11:25 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-07-09 10:11:25 +0200 |
commit | 9acf3c2e8aca9016daf76785747d838cdc5b0330 (patch) | |
tree | f97d392a8eff4906c961128e231926a76829a4c8 /pdf-as-lib/build.gradle | |
parent | 797634c687c6f44d314e4baa3fed220d142eed73 (diff) | |
download | pdf-as-4-9acf3c2e8aca9016daf76785747d838cdc5b0330.tar.gz pdf-as-4-9acf3c2e8aca9016daf76785747d838cdc5b0330.tar.bz2 pdf-as-4-9acf3c2e8aca9016daf76785747d838cdc5b0330.zip |
add SL20 connecter-backend in a first beta version (getCertificate looks good, create signature is untested)
Diffstat (limited to 'pdf-as-lib/build.gradle')
-rw-r--r-- | pdf-as-lib/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index d6e813ac..bdb96949 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -61,6 +61,9 @@ dependencies { compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.59' + compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5' + compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.6.3' + compile group: 'commons-io', name: 'commons-io', version: '2.4' compile 'org.apache.commons:commons-collections4:4.0' compile group: 'ognl', name: 'ognl', version: '3.0.8' |