From 0a1f4e4735cd6cbfe1fd0f075b3d6fe2518fa3aa Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 17 Jun 2014 13:41:51 +0200 Subject: Fixed properties inclusion to support wildcards (issue: #22) --- pdf-as-common/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'pdf-as-common/build.gradle') diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index 22c25e14..1ef6b6c8 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -15,6 +15,7 @@ dependencies { compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.5' compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.5' compile group: 'commons-collections', name: 'commons-collections', version: '3.2' + compile group: 'commons-io', name: 'commons-io', version: '2.4' compile group: 'ognl', name: 'ognl', version: '3.0.6' testCompile group: 'junit', name: 'junit', version: '4.+' } -- cgit v1.2.3