Open mzueva opened 3 years ago
For uninstall the transactive dependencies of logging suggest exclude slf4j module configuration.
configurations {
all*.exclude module: 'spring-boot-starter-logging'
all*.exclude module:'slf4j-log4j12'
}
Since Jcenter repository is shutting down we need to use Maven central reposiroty for NGB build.