aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-10-16 12:45:01 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-10-16 12:45:01 +0200
commit63784f692a50606f34702706761edac052fdac60 (patch)
tree50f78a92c35cdfced053209a334944acdee2b983 /pdf-as-common/build.gradle
parent7b105bafe5a1f4c01224c8ae0b820a478b09447f (diff)
downloadpdf-as-4-63784f692a50606f34702706761edac052fdac60.tar.gz
pdf-as-4-63784f692a50606f34702706761edac052fdac60.tar.bz2
pdf-as-4-63784f692a50606f34702706761edac052fdac60.zip
Introduced PDF-AS Backends, removed all pdfbox specific code to pdfbox backend
Diffstat (limited to 'pdf-as-common/build.gradle')
-rw-r--r--pdf-as-common/build.gradle1
1 files changed, 0 insertions, 1 deletions
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'