aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-cli/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2013-10-29 12:08:29 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2013-10-29 12:08:29 +0100
commitdd43264f702c5e0351cc63835862c55f3e847634 (patch)
treec16b35e7b7008f15142fe3f98672aff5e37ce41e /pdf-as-cli/build.gradle
parent07cfc175c86eec0def3cd7376e0697317d3d7b26 (diff)
downloadpdf-as-4-dd43264f702c5e0351cc63835862c55f3e847634.tar.gz
pdf-as-4-dd43264f702c5e0351cc63835862c55f3e847634.tar.bz2
pdf-as-4-dd43264f702c5e0351cc63835862c55f3e847634.zip
Some changes
Diffstat (limited to 'pdf-as-cli/build.gradle')
-rw-r--r--pdf-as-cli/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle
index f66529ec..09de729f 100644
--- a/pdf-as-cli/build.gradle
+++ b/pdf-as-cli/build.gradle
@@ -16,6 +16,7 @@ dependencies {
compile project (':stamper:stmp-itext')
compile project (':signature-standards:sigs-pcks7detached')
compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
+ compile group: 'commons-cli', name: 'commons-cli', version: '1.2'
testCompile group: 'junit', name: 'junit', version: '4.+'
}