Skip to content

Commit be37045

Browse files
committed
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.
1 parent fcadfb1 commit be37045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ dependencies {
99
api "org.apache.logging.log4j:log4j-to-slf4j"
1010
api "org.springframework.boot:spring-boot-starter-logging"
1111

12+
implementation "org.codehaus.janino:janino"
13+
1214
testImplementation project(":spring-geode-starter-test")
1315

1416
}

0 commit comments

Comments
 (0)