14 lines
427 B
Groovy
14 lines
427 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
description = "Spring Boot Logging Starter for Apache Geode with Logback as the default logging provider and adaptation of Log4j to SLF4J"
|
|
|
|
dependencies {
|
|
|
|
api "ch.qos.logback:logback-classic"
|
|
api "org.apache.logging.log4j:log4j-to-slf4j"
|
|
api "org.springframework.boot:spring-boot-starter-logging"
|
|
|
|
testImplementation project(":spring-geode-starter-test")
|
|
|
|
}
|