Skip to content

Commit

Permalink
Explicitly declare Logback as the logging provider.
Browse files Browse the repository at this point in the history
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 spring-projectsgh-73.
  • Loading branch information
jxblum committed Feb 11, 2020
1 parent c023a22 commit 0e3ac20
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")

}

0 comments on commit 0e3ac20

Please sign in to comment.