<dependency>
<groupId>org.springframework.security.oauth.boot</groupId>
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
<version>2.6.8</version>
</dependency>
implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.6.8'
implementation("org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.6.8")
libraryDependencies += "org.springframework.security.oauth.boot" % "spring-security-oauth2-autoconfigure" % "2.6.8"
@Grapes(
@Grab(group='org.springframework.security.oauth.boot', module='spring-security-oauth2-autoconfigure', version='2.6.8')
)
<dependency org="org.springframework.security.oauth.boot" name="spring-security-oauth2-autoconfigure" rev="2.6.8" />
compile
|-- com.fasterxml.jackson.core:jackson-annotations:2.13.3
|-- com.fasterxml.jackson.core:jackson-databind:2.13.3
|-- javax.xml.bind:jaxb-api:2.3.1
|-- org.springframework.boot:spring-boot:2.6.8
|-- org.springframework.boot:spring-boot-autoconfigure:2.6.8
|-- org.springframework.security.oauth:spring-security-oauth2:2.5.2.RELEASE
|-- org.springframework.security:spring-security-jwt:1.1.1.RELEASE
|-- org.springframework:spring-web:5.3.20
|-- 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.6
test
|-- ch.qos.logback:logback-classic:1.2.11
|-- com.tngtech.archunit:archunit-junit4:0.15.0
|-- org.apache.tomcat.embed:tomcat-embed-jasper:9.0.63
|-- org.assertj:assertj-core:3.21.0
|-- org.mockito:mockito-core:4.0.0
|-- org.springframework.boot:spring-boot-starter-test:2.6.8
|-- org.springframework.boot:spring-boot-test:2.6.8
|-- org.springframework.security:spring-security-test:5.6.5
|-- org.springframework.social:spring-social-facebook:2.0.3.RELEASE