Downgrade to Nimbus JOSE JWT 8.+
This commit is contained in:
parent
f6a2850753
commit
7db6c9189e
|
@ -38,8 +38,8 @@ dependencies {
|
|||
management "com.google.appengine:appengine-testing:$gaeVersion"
|
||||
management "com.google.appengine:appengine:$gaeVersion"
|
||||
management "com.google.inject:guice:3.0"
|
||||
management "com.nimbusds:nimbus-jose-jwt:9.+"
|
||||
management "com.nimbusds:oauth2-oidc-sdk:$nimbusJoseJwtVersion"
|
||||
management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion"
|
||||
management "com.nimbusds:oauth2-oidc-sdk:8.+"
|
||||
management "com.squareup.okhttp3:mockwebserver:3.14.+"
|
||||
management "com.squareup.okhttp3:okhttp:3.14.+"
|
||||
management "com.sun.xml.bind:jaxb-core:2.3.+"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
||||
compile 'org.springframework.boot:spring-boot-starter-security'
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-client')
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-client')
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion"
|
||||
}
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-jose')
|
||||
compile project(':spring-security-oauth2-resource-server')
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion"
|
||||
}
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-jose')
|
||||
compile project(':spring-security-oauth2-resource-server')
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion"
|
||||
}
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-jose')
|
||||
compile project(':spring-security-oauth2-resource-server')
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion"
|
||||
}
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-jose')
|
||||
compile project(':spring-security-oauth2-resource-server')
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion"
|
||||
}
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-jose')
|
||||
compile project(':spring-security-oauth2-client')
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
management "com.nimbusds:nimbus-jose-jwt:$nimbusJoseJwtVersion"
|
||||
}
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-jose')
|
||||
compile project(':spring-security-oauth2-resource-server')
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-client')
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
|
||||
ext['nimbus-jose-jwt.version'] = nimbusJoseJwtVersion
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-config')
|
||||
compile project(':spring-security-oauth2-client')
|
||||
|
|
Loading…
Reference in New Issue