Fix SLF4J NOP logger message
This commit is contained in:
parent
90e2b37412
commit
e50b25567f
|
@ -11,6 +11,8 @@ subprojects {
|
|||
}
|
||||
dependencies {
|
||||
implementation 'com.itextpdf:itext7-core:7.1.15'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.5'
|
||||
implementation 'org.slf4j:slf4j-log4j12:1.7.5'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue