diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-06-27 16:04:53 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-06-27 16:04:53 +0200 |
commit | 06cf27605579abab9d18615d1fef701b941e06f6 (patch) | |
tree | 0bcbd12c043ea271958fe1f74c3d9630a2dc0300 /pdf-as-web/build.gradle | |
parent | e3d88a0a046665e8901e65ef18a1bbf741777885 (diff) | |
download | pdf-as-4-06cf27605579abab9d18615d1fef701b941e06f6.tar.gz pdf-as-4-06cf27605579abab9d18615d1fef701b941e06f6.tar.bz2 pdf-as-4-06cf27605579abab9d18615d1fef701b941e06f6.zip |
added JSON API, added keep signed data flag for configuration
Diffstat (limited to 'pdf-as-web/build.gradle')
-rw-r--r-- | pdf-as-web/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index 49310e2f..a6ca37aa 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -51,7 +51,8 @@ dependencies { compile 'com.thetransactioncompany:cors-filter:2.3' compile 'ch.qos.logback:logback-classic:1.1.3' compile 'ch.qos.logback:logback-core:1.1.3' - + compile 'org.json:json:20160212' + providedCompile 'javax.servlet:javax.servlet-api:3.0.1' testCompile group: 'junit', name: 'junit', version: '4.+' } |