aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2015-02-25 12:50:41 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2015-02-25 12:50:41 +0100
commit23a283834becf8323489231ed5c48725f9716bb6 (patch)
tree9c5b4b099656dbdc77118c1b2fd5ab201f091f63 /pdf-as-common/build.gradle
parentde87f168478445ffb2b018804ea46a834dffcfbf (diff)
downloadpdf-as-4-23a283834becf8323489231ed5c48725f9716bb6.tar.gz
pdf-as-4-23a283834becf8323489231ed5c48725f9716bb6.tar.bz2
pdf-as-4-23a283834becf8323489231ed5c48725f9716bb6.zip
fixed base64 image value
Diffstat (limited to 'pdf-as-common/build.gradle')
-rw-r--r--pdf-as-common/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle
index 709bc3ee..0190c859 100644
--- a/pdf-as-common/build.gradle
+++ b/pdf-as-common/build.gradle
@@ -24,6 +24,8 @@ dependencies {
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'
+ compile 'commons-codec:commons-codec:1.10'
+
testCompile group: 'junit', name: 'junit', version: '4.+'
}