Declare FindBugs compile-only dependency in Mock Session Caching Smoke Tests to suppress compiler warnings.

This commit is contained in:
John Blum
2020-11-10 11:33:37 -08:00
parent 911abf2361
commit 4bd174a4d0

View File

@@ -8,6 +8,8 @@ description = "Smoke Tests to assert (Spring) Session state caching using Apache
dependencies {
compileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
implementation "org.assertj:assertj-core"
implementation "org.springframework.boot:spring-boot-starter-web"