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:
John Blum
2022-07-06 14:20:36 -07:00
parent fcadfb17f2
commit be37045582

View File

@@ -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")
}