Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 1ead042

Browse files
tsachevjzheaux
authored andcommitted
Use annotationProcessor configuration in gradle dependencies
Fix gh-230
1 parent d3c9433 commit 1ead042

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-security-oauth2-autoconfigure/spring-security-oauth2-autoconfigure.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apply plugin: 'io.spring.convention.spring-module'
22

33
dependencies {
4-
compileOnly "org.springframework.boot:spring-boot-autoconfigure-processor"
54
compile 'org.springframework.boot:spring-boot'
65
compile 'org.springframework.boot:spring-boot-autoconfigure'
76
compile 'org.springframework:spring-web'
@@ -11,7 +10,9 @@ dependencies {
1110
compile 'com.fasterxml.jackson.core:jackson-databind'
1211
compile 'javax.xml.bind:jaxb-api'
1312

14-
optional "org.springframework.boot:spring-boot-configuration-processor"
13+
annotationProcessor "org.springframework.boot:spring-boot-autoconfigure-processor"
14+
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
15+
1516
optional 'org.springframework.social:spring-social-config'
1617
optional 'org.springframework.social:spring-social-core'
1718
optional 'org.springframework.social:spring-social-web'

0 commit comments

Comments
 (0)