Explicitly declare Logback as the logging provider.

Add the 'spring-geode-starter-test' module as a testRuntime dependency in order to write Unit and Integration Tests for this 'spring-geode-starter-logging' module.

Resolves gh-73.
This commit is contained in:
John Blum
2020-02-07 16:57:28 -08:00
parent c023a22455
commit 0e3ac202a7

View File

@@ -5,7 +5,10 @@ description = "Spring Boot Logging Starter for Apache Geode with Logback as the
dependencies {
compile "ch.qos.logback:logback-classic"
compile "org.apache.logging.log4j:log4j-to-slf4j"
compile "org.springframework.boot:spring-boot-starter-logging"
testRuntime project(":spring-geode-starter-test")
}