remove unnecessary dependency + increase spotbugs report level
This commit is contained in:
@ -18,6 +18,7 @@ sourceCompatibility = '11'
|
|||||||
|
|
||||||
spotbugs{
|
spotbugs{
|
||||||
ignoreFailures = true
|
ignoreFailures = true
|
||||||
|
reportLevel = "high"
|
||||||
effort = "max"
|
effort = "max"
|
||||||
toolVersion = '4.0.0-RC1'
|
toolVersion = '4.0.0-RC1'
|
||||||
}
|
}
|
||||||
@ -67,11 +68,8 @@ dependencies {
|
|||||||
implementation 'mops:styleguide:2.1.0'
|
implementation 'mops:styleguide:2.1.0'
|
||||||
implementation 'io.springfox:springfox-swagger2:2.9.2'
|
implementation 'io.springfox:springfox-swagger2:2.9.2'
|
||||||
implementation 'io.springfox:springfox-swagger-ui: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'
|
implementation 'com.github.javafaker:javafaker:1.0.2'
|
||||||
|
|
||||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
|
||||||
|
|
||||||
compileOnly 'org.projectlombok:lombok'
|
compileOnly 'org.projectlombok:lombok'
|
||||||
annotationProcessor 'org.projectlombok:lombok'
|
annotationProcessor 'org.projectlombok:lombok'
|
||||||
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
||||||
|
|||||||
Reference in New Issue
Block a user