From 63784f692a50606f34702706761edac052fdac60 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 16 Oct 2014 12:45:01 +0200 Subject: Introduced PDF-AS Backends, removed all pdfbox specific code to pdfbox backend --- pdf-as-common/build.gradle | 1 - 1 file changed, 1 deletion(-) (limited to 'pdf-as-common/build.gradle') diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index a2e1ee13..c1ca700f 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -18,7 +18,6 @@ task releases(type: Copy) { dependencies { compile group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion - 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' -- cgit v1.2.3