aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-legacy/build.gradle
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2013-11-28 14:39:02 +0100
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2013-11-28 14:39:02 +0100
commitf34d3c27703d77946e206c037b5b30a4071c98d1 (patch)
tree8d6332263b51181b80f5799eff805dd59a89b2e0 /pdf-as-legacy/build.gradle
parentd08cd566edccb8a748602c6f49667dca3f622331 (diff)
downloadpdf-as-4-f34d3c27703d77946e206c037b5b30a4071c98d1.tar.gz
pdf-as-4-f34d3c27703d77946e206c037b5b30a4071c98d1.tar.bz2
pdf-as-4-f34d3c27703d77946e206c037b5b30a4071c98d1.zip
Rename pkcs7 sigs
Diffstat (limited to 'pdf-as-legacy/build.gradle')
-rw-r--r--pdf-as-legacy/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-legacy/build.gradle b/pdf-as-legacy/build.gradle
index eff2889d..25a2d5ba 100644
--- a/pdf-as-legacy/build.gradle
+++ b/pdf-as-legacy/build.gradle
@@ -18,7 +18,7 @@ repositories {
dependencies {
compile project (':pdf-as-lib')
compile project (':stamper:stmp-itext')
- compile project (':signature-standards:sigs-pcks7detached')
+ compile project (':signature-standards:sigs-pkcs7detached')
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.1'
compile group: 'commons-codec', name: 'commons-codec', version: '1.8'
testCompile group: 'junit', name: 'junit', version: '4.+'