aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-06-17 13:41:51 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-06-17 13:41:51 +0200
commit0a1f4e4735cd6cbfe1fd0f075b3d6fe2518fa3aa (patch)
tree9f49502186945daf45ad36d97a2072347a0298c2 /pdf-as-common/build.gradle
parent8aaf35c6e1da8d49e1c36d9b691ae00fb3730804 (diff)
downloadpdf-as-4-0a1f4e4735cd6cbfe1fd0f075b3d6fe2518fa3aa.tar.gz
pdf-as-4-0a1f4e4735cd6cbfe1fd0f075b3d6fe2518fa3aa.tar.bz2
pdf-as-4-0a1f4e4735cd6cbfe1fd0f075b3d6fe2518fa3aa.zip
Fixed properties inclusion to support wildcards (issue: #22)
Diffstat (limited to 'pdf-as-common/build.gradle')
-rw-r--r--pdf-as-common/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle
index 22c25e14..1ef6b6c8 100644
--- a/pdf-as-common/build.gradle
+++ b/pdf-as-common/build.gradle
@@ -15,6 +15,7 @@ dependencies {
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.5'
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'
testCompile group: 'junit', name: 'junit', version: '4.+'
}