File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ dependencies {
3838 compile group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.9'
3939 compile group : ' org.apache.commons' , name : ' commons-collections4' , version : ' 4.4'
4040
41- compileOnly group : ' org.springframework.boot' , name : ' spring-boot-configuration-processor' , version : springBootVersion
41+ annotationProcessor group : ' org.springframework.boot' , name : ' spring-boot-configuration-processor' , version : springBootVersion
42+ annotationProcessor group : ' org.springframework.boot' , name : ' spring-boot-autoconfigure-processor' , version : springBootVersion
4243
4344 testCompile group : ' org.springframework.boot' , name : ' spring-boot-starter-test' , version : springBootVersion
4445 testCompile group : ' org.spockframework' , name : ' spock-spring' , version : ' 1.3-groovy-2.5'
You can’t perform that action at this time.
0 commit comments