Skip to content

Commit fcadfb1

Browse files
committed
Declare JUL to SLF4J as a API dependency in Spring Geode Starter Logging.
The intent is to duplicate the spring-boot-starter-logging module even though the spring-boot-starter-logging module is a declared dependency. However, if the spring-boot-starter-logging module definitions changes then Spring Boot for Apache Geode logging is covered. Resolves #117.
1 parent 043d1aa commit fcadfb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-geode-project/spring-geode-starters/spring-geode-starter-logging/spring-geode-starter-logging.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
apply plugin: 'io.spring.convention.spring-module'
22

3-
description = "Spring Boot Logging Starter for Apache Geode with Logback as the default logging provider and adaptation of Log4j to SLF4J"
3+
description = "Spring Boot Logging Starter for Apache Geode with Logback as the default logging provider and adaptation of JUL and Log4j to SLF4J"
44

55
dependencies {
66

77
api "ch.qos.logback:logback-classic"
8+
api "org.slf4j:jul-to-slf4j"
89
api "org.apache.logging.log4j:log4j-to-slf4j"
910
api "org.springframework.boot:spring-boot-starter-logging"
1011

0 commit comments

Comments
 (0)