Remove unnecessary dependencies
This commit is contained in:
parent
9a8ddebc94
commit
bfb77a7804
|
@ -5,7 +5,6 @@ dependencies {
|
|||
compile project(':spring-security-oauth2-core')
|
||||
compile project(':spring-security-web')
|
||||
compile springCoreDependency
|
||||
compile 'org.springframework:spring-web'
|
||||
compile 'com.nimbusds:oauth2-oidc-sdk'
|
||||
|
||||
optional project(':spring-security-jwt-jose')
|
||||
|
|
|
@ -3,7 +3,4 @@ apply plugin: 'io.spring.convention.spring-module'
|
|||
dependencies {
|
||||
compile project(':spring-security-core')
|
||||
compile springCoreDependency
|
||||
compile 'org.springframework:spring-web'
|
||||
|
||||
provided 'javax.servlet:javax.servlet-api'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue