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-lib/build.gradle | 1 - 1 file changed, 1 deletion(-) (limited to 'pdf-as-lib/build.gradle') diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index 5d2b8689..071da9bf 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -55,7 +55,6 @@ repositories { dependencies { compile project (':pdf-as-common') - compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.7' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.3.2' compile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.3.5' compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3.5' -- cgit v1.2.3