Also remove direct dependencies to log4j-api and log4j-core where possible. log4j-slf4j-impl is enough in many cases.
14 lines
223 B
Groovy
14 lines
223 B
Groovy
apply plugin: 'antlr'
|
|
|
|
dependencies {
|
|
compile project(':byte-utils')
|
|
compile project(':file-utils')
|
|
compile project(':pdb-utils')
|
|
|
|
|
|
compile lib_log4j2_slf4j_impl
|
|
compile lib_primitive_collections
|
|
}
|
|
|
|
|