diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-01-08 12:44:38 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-01-08 12:44:38 +0100 |
commit | 45de0de0328ab8a092144e27b79d12b0b1b4cc35 (patch) | |
tree | 599105c4a174f1d4d215639cbabad3d123ae4416 /pdf-as-cli/build.gradle | |
parent | 3e19c07a9fe227d9f0d11dc90923b52f1a3310fb (diff) | |
download | pdf-as-4-45de0de0328ab8a092144e27b79d12b0b1b4cc35.tar.gz pdf-as-4-45de0de0328ab8a092144e27b79d12b0b1b4cc35.tar.bz2 pdf-as-4-45de0de0328ab8a092144e27b79d12b0b1b4cc35.zip |
Changed CLI logback settings
Diffstat (limited to 'pdf-as-cli/build.gradle')
-rw-r--r-- | pdf-as-cli/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle index 1f65ee42..f7751370 100644 --- a/pdf-as-cli/build.gradle +++ b/pdf-as-cli/build.gradle @@ -26,6 +26,7 @@ dependencies { compile project (':pdf-as-pdfbox') compile group: 'commons-collections', name: 'commons-collections', version: '3.2' compile group: 'commons-cli', name: 'commons-cli', version: '1.2' + compile 'ch.qos.logback:logback-classic:1.1.2' testCompile group: 'junit', name: 'junit', version: '4.+' } |