From dd43264f702c5e0351cc63835862c55f3e847634 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 29 Oct 2013 12:08:29 +0100 Subject: Some changes --- pdf-as-cli/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'pdf-as-cli/build.gradle') 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.+' } -- cgit v1.2.3