Align modules with Spring Security

Closes gh-95
This commit is contained in:
Joe Grandja
2020-07-22 05:06:09 -04:00
parent ea828fb2bf
commit 6d9d400f4f
49 changed files with 52 additions and 41 deletions

View File

@@ -3,8 +3,8 @@ apply plugin: 'io.spring.convention.spring-sample-boot'
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation project(':spring-security-oauth2-authorization-server')
implementation 'com.nimbusds:oauth2-oidc-sdk'
implementation project(':spring-authorization-server-core')
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'