Files
perfdb/data-store/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

17 lines
301 B
Groovy

apply plugin: 'antlr'
dependencies {
compile project(':pdb-api')
compile project(':file-utils')
compile project(':pdb-utils')
compile project(':block-storage')
antlr lib_antlr
compile lib_primitive_collections
compile lib_commons_lang3
compile lib_log4j2_slf4j_impl
}