1

remove unnecessary dependency + increase spotbugs report level

This commit is contained in:
Christoph
2020-03-09 11:32:32 +01:00
parent 6d32092dcf
commit d45aa8b7d9

View File

@ -18,6 +18,7 @@ sourceCompatibility = '11'
spotbugs{
ignoreFailures = true
reportLevel = "high"
effort = "max"
toolVersion = '4.0.0-RC1'
}
@ -67,11 +68,8 @@ dependencies {
implementation 'mops:styleguide:2.1.0'
implementation 'io.springfox:springfox-swagger2:2.9.2'
implementation 'io.springfox:springfox-swagger-ui:2.9.2'
implementation 'org.slf4j:slf4j-simple:1.7.30'
implementation 'com.github.javafaker:javafaker:1.0.2'
compile 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'