Also remove direct dependencies to log4j-api and log4j-core where possible. log4j-slf4j-impl is enough in many cases.
12 lines
244 B
Groovy
12 lines
244 B
Groovy
|
|
dependencies {
|
|
compile project(':pdb-api')
|
|
compile project(':data-store')
|
|
compile project(':file-utils')
|
|
compile lib_jackson_databind
|
|
compile lib_commons_collections4
|
|
|
|
compile lib_log4j2_core
|
|
compile lib_log4j2_slf4j_impl
|
|
}
|