From 40841f154c31d8e9e6e670def11dcb5899f5db71 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 21 Oct 2014 10:27:54 +0200 Subject: Build files update --- pdf-as-cli/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'pdf-as-cli') diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle index 36c314a5..3667bdd9 100644 --- a/pdf-as-cli/build.gradle +++ b/pdf-as-cli/build.gradle @@ -27,6 +27,7 @@ dependencies { compile project (':pdf-as-pdfbox') 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