Add 'com.google.code.findbugs:jsr305' compileOnly dependency to cleanup Gradle build warning involving javax.annotation.meta.When annotation.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
antlrVersion=2.7.7
|
||||
apacheGeodeVersion=1.12.0
|
||||
assertjVersion=3.16.1
|
||||
findbugsVersion=3.0.2
|
||||
junitVersion=4.13
|
||||
lombokVersion=1.18.12
|
||||
mockitoVersion=3.4.4
|
||||
|
||||
@@ -12,6 +12,9 @@ dependencies {
|
||||
compile "org.projectlombok:lombok"
|
||||
compile "org.springframework:spring-test"
|
||||
compile "org.springframework.data:spring-data-geode"
|
||||
|
||||
compileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
|
||||
|
||||
optional "ch.qos.logback:logback-classic"
|
||||
|
||||
provided ("org.springframework.boot:spring-boot-starter") {
|
||||
|
||||
Reference in New Issue
Block a user