<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
<version>2.4.3</version>
</dependency>
implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.3'
implementation("org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.4.3")
libraryDependencies += "org.springframework.security.oauth.boot" % "spring-security-oauth2-autoconfigure" % "2.4.3"
@Grapes(
@Grab(group='org.springframework.security.oauth.boot', module='spring-security-oauth2-autoconfigure', version='2.4.3')
)
<dependency org="org.springframework.security.oauth.boot" name="spring-security-oauth2-autoconfigure" rev="2.4.3" />
compile
|-- com.fasterxml.jackson.core:jackson-annotations:2.11.4
|-- com.fasterxml.jackson.core:jackson-databind:2.11.4
|-- javax.xml.bind:jaxb-api:2.3.1
|-- org.springframework.boot:spring-boot:2.4.3
|-- org.springframework.boot:spring-boot-autoconfigure:2.4.3
|-- org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE
|-- org.springframework.security:spring-security-jwt:1.1.1.RELEASE
|-- org.springframework:spring-web:5.3.4
|-- org.springframework.social:spring-social-config:1.1.6.RELEASE
|-- org.springframework.social:spring-social-core:1.1.6.RELEASE
|-- org.springframework.social:spring-social-web:1.1.6.RELEASE
provided
|-- javax.servlet:javax.servlet-api:4.0.1
runtime
|-- org.glassfish.jaxb:jaxb-runtime:2.3.3
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- com.tngtech.archunit:archunit-junit4:0.14.1
|-- org.apache.tomcat.embed:tomcat-embed-jasper:9.0.43
|-- org.assertj:assertj-core:3.18.1
|-- org.mockito:mockito-core:3.6.28
|-- org.springframework.boot:spring-boot-starter-test:2.4.3
|-- org.springframework.boot:spring-boot-test:2.4.3
|-- org.springframework.security:spring-security-test:5.4.5
|-- org.springframework.social:spring-social-facebook:2.0.3.RELEASE