Replaced Log4j2 with com.riiablo.logger (see #105)

Log4j2 removed as a dependency
This commit is contained in:
Collin Smith
2020-08-27 23:21:24 -07:00
parent 216b1ed6df
commit 685349fe01
27 changed files with 129 additions and 710 deletions

View File

@ -243,11 +243,6 @@ project(":core") {
compile group: 'io.netty', name: 'netty-all', version: nettyVersion
}
dependencies {
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.13.3'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.3'
}
dependencies {
testCompile 'junit:junit:4.12'
testCompile "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion"