diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-11-02 11:23:48 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-11-02 11:23:48 +0100 |
commit | 55c407fce46a1f100398b9cbe405b1560ea6d75e (patch) | |
tree | 5d87dca7cd2fdcbbce08310d1611d1929025222b /pdf-as-web | |
parent | 7db9b6da2b44f333ba912224c2d1eddb0efb3a87 (diff) | |
download | pdf-as-4-55c407fce46a1f100398b9cbe405b1560ea6d75e.tar.gz pdf-as-4-55c407fce46a1f100398b9cbe405b1560ea6d75e.tar.bz2 pdf-as-4-55c407fce46a1f100398b9cbe405b1560ea6d75e.zip |
PDF-AS build file
Diffstat (limited to 'pdf-as-web')
-rw-r--r-- | pdf-as-web/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index de3cb96b..0fb333eb 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -58,9 +58,7 @@ dependencies { compile 'ch.qos.logback:logback-classic:1.1.3' compile 'ch.qos.logback:logback-core:1.1.3' compile 'org.json:json:20160212' - pdfbox2 project (':pdf-as-pdfbox-2') - providedCompile 'javax.servlet:javax.servlet-api:3.0.1' testCompile group: 'junit', name: 'junit', version: '4.+' } |