Files
spring-boot-data-geode/spring-geode-starter-logging/spring-geode-starter-logging.gradle

15 lines
488 B
Groovy

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