Downgrade to Nimbus JOSE JWT 8.+
This commit is contained in:
@@ -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.+"
|
||||
|
||||
+2
@@ -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'
|
||||
|
||||
+2
@@ -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')
|
||||
|
||||
+2
-4
@@ -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')
|
||||
|
||||
+2
-4
@@ -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')
|
||||
|
||||
+2
-4
@@ -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')
|
||||
|
||||
+2
-4
@@ -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')
|
||||
|
||||
+2
-4
@@ -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')
|
||||
|
||||
+2
-4
@@ -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')
|
||||
|
||||
+2
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user