Declare 'org.codehaus.janino:janino' as an implementation dependency in Spring Geode Starter Logging.
This enables the SLF4J Logback configuration files to include conditional logic, such as if-then-else statements. Resolves #117.
This commit is contained in:
@@ -9,6 +9,8 @@ dependencies {
|
||||
api "org.apache.logging.log4j:log4j-to-slf4j"
|
||||
api "org.springframework.boot:spring-boot-starter-logging"
|
||||
|
||||
implementation "org.codehaus.janino:janino"
|
||||
|
||||
testImplementation project(":spring-geode-starter-test")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user