File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-geode-starter-logging Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' io.spring.convention.spring-module'
2- apply from : MAVEN_POM_EDITOR_GRADLE
32
4- description = " Spring Boot Logging Starter for Apache Geode with Logback as the 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"
54
65dependencies {
76
87 compile " ch.qos.logback:logback-classic"
98 compile " org.apache.logging.log4j:log4j-to-slf4j"
109 compile " org.springframework.boot:spring-boot-starter-logging"
1110
12- testCompile project(" :spring-geode-starter-test" )
11+ implementation " org.codehaus.janino:janino"
12+
13+ testImplementation project(" :spring-geode-starter-test" )
1314
1415}
You can’t perform that action at this time.
0 commit comments