spring-authorization-server/samples/boot/minimal/spring-authorization-server...
2020-04-27 05:38:33 -04:00

13 lines
314 B
Groovy

apply plugin: 'io.spring.convention.spring-sample-boot'
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
}
test {
useJUnitPlatform()
}