File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
oauth2/oauth2-authorization-server Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ apply plugin : ' io.spring.convention.spring-module'
2+
3+ dependencies {
4+ management platform(project(" :spring-security-dependencies" ))
5+
6+ api project(" :spring-security-config" )
7+ api project(" :spring-security-web" )
8+ api project(" :spring-security-oauth2-core" )
9+ api project(" :spring-security-oauth2-jose" )
10+ api project(" :spring-security-oauth2-resource-server" )
11+ api (" org.springframework:spring-core" ) {
12+ exclude group : " commons-logging" , module : " commons-logging"
13+ }
14+ api " com.nimbusds:nimbus-jose-jwt"
15+ api " com.fasterxml.jackson.core:jackson-databind"
16+
17+ optional " com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
18+ optional " org.springframework:spring-jdbc"
19+
20+ provided " jakarta.servlet:jakarta.servlet-api"
21+ }
You can’t perform that action at this time.
0 commit comments