1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

Improve library usage of slf4j and logback.

Logback-classic is now a test dependency and is additionally declared as OPTIONAL runtime dependency.
Applications that don't want to use logback can now easily disable it by not explicitly depending on it.
This commit is contained in:
Paul Schaub 2021-10-29 20:28:14 +02:00
parent 2d364d0939
commit a9a61bc799
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 82 additions and 31 deletions

View file

@ -65,6 +65,7 @@ allprojects {
project.ext {
slf4jVersion = '1.7.32'
logbackVersion = '1.2.6'
junitVersion = '5.7.2'
picocliVersion = '4.6.1'
rootConfigDir = new File(rootDir, 'config')