1
0
Fork 0

Fix SLF4J NOP logger message

This commit is contained in:
John Ahlroos 2021-04-25 09:02:55 +03:00
parent 90e2b37412
commit e50b25567f
Signed by: john
GPG Key ID: 258D0F70DB84CD5D
1 changed files with 2 additions and 0 deletions

View File

@ -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'
}
}