11 lines
324 B
Groovy
11 lines
324 B
Groovy
plugins {
|
|
id "org.springframework.boot.starter"
|
|
}
|
|
|
|
description = "Starter for using Spring Security's OAuth2 resource server features"
|
|
|
|
dependencies {
|
|
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-security"))
|
|
api(project(":spring-boot-project:spring-boot-security-oauth2-resource-server"))
|
|
}
|