remove dependency to SpringBoot Mustache

It is no longer needed since we switched to Angular.
This commit is contained in:
2019-12-07 08:33:40 +01:00
parent 08cc27600e
commit 52a3cdc42b

View File

@@ -18,9 +18,6 @@ dependencies {
implementation lib_commons_lang3 implementation lib_commons_lang3
implementation lib_primitive_collections implementation lib_primitive_collections
implementation(lib_spring_boot_mustache) {
exclude module: 'spring-boot-starter-logging'
}
implementation(lib_spring_boot_web){ implementation(lib_spring_boot_web){
exclude module: 'spring-boot-starter-logging' exclude module: 'spring-boot-starter-logging'
} }