Declare FindBugs compile-only dependency in Mock Session Caching Smoke Tests to suppress compiler warnings.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user