Add compile-only dependency on findbugs in the Async Inline Caching Sample to avoid the compiler warning 'unknown enum constant When.MAYBE'.

This commit is contained in:
John Blum
2020-12-07 22:12:53 -08:00
parent a61c28f525
commit f4eec7724d

View File

@@ -10,6 +10,8 @@ dependencies {
compile project(":spring-geode-starter")
compileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
compile "org.projectlombok:lombok"
compile "org.springframework.boot:spring-boot-starter-data-jpa"
compile "org.springframework.boot:spring-boot-starter-web"