Files
perfdb/block-storage/build.gradle
Andreas Huber 57ad6a1cee update SpringBoot to 2.1.9
Also remove direct dependencies to log4j-api and log4j-core where
possible. log4j-slf4j-impl is enough in many cases.
2019-10-04 20:15:09 +02:00

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
}