diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-12-02 15:48:52 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-12-02 15:48:52 +0100 |
commit | 191ba3411f2db0a48ae8d4243926b33a063bf769 (patch) | |
tree | 944b69da205c85c16fcc710a4dc7eaf921110fe5 /moaSig/moa-sig-lib/build.gradle | |
parent | f26449517c01e456f677d3e47edf9cafad6e70e0 (diff) | |
download | moa-sig-191ba3411f2db0a48ae8d4243926b33a063bf769.tar.gz moa-sig-191ba3411f2db0a48ae8d4243926b33a063bf769.tar.bz2 moa-sig-191ba3411f2db0a48ae8d4243926b33a063bf769.zip |
IAIK Moa CAdES added, cms verification not working
Diffstat (limited to 'moaSig/moa-sig-lib/build.gradle')
-rw-r--r-- | moaSig/moa-sig-lib/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle index 7e46f0a..adb053f 100644 --- a/moaSig/moa-sig-lib/build.gradle +++ b/moaSig/moa-sig-lib/build.gradle @@ -6,6 +6,7 @@ dependencies { compile 'log4j:log4j:1.2.17' compile 'commons-logging:commons-logging:1.2' compile 'commons-io:commons-io:2.4' + compile 'commons-codec:commons-codec:1.10' compile 'org.apache.axis:axis-jaxrpc:1.4' compile 'org.xerial:sqlite-jdbc:3.8.11.2' compile 'javax.xml.bind:jaxb-api:2.2.12' |