mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-21 05:44:56 +00:00
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…
x
Reference in New Issue
Block a user