mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Replaced Log4j2 with com.riiablo.logger (see #105)
Log4j2 removed as a dependency
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user