Files
spring-authorization-server/samples/custom-consent-authorizationserver/samples-custom-consent-authorizationserver.gradle
Joe Grandja 5982d2285c Restructure samples
Closes gh-485
2021-11-09 06:01:51 -05:00

13 lines
510 B
Groovy

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