spring-authorization-server/samples/boot/oauth2-integration/authorizationserver/spring-security-samples-boo...

8 lines
264 B
Groovy
Raw Normal View History

apply plugin: 'io.spring.convention.spring-sample-boot'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.springframework.boot:spring-boot-starter-security'
compile project(':spring-security-oauth2-authorization-server')
}