From e7df0a8bf2960eba32ddae86f410d328e555426b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Jun 2021 10:18:26 +0200 Subject: [PATCH] Remove dependency management for Nimbus Closes gh-26819 --- .../spring-boot-dependencies/build.gradle | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index d672f1b06b..8d4fa1c959 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1284,20 +1284,6 @@ bom { ] } } - library("OAuth2 OIDC SDK", "9.3.3") { - group("com.nimbusds") { - modules = [ - "oauth2-oidc-sdk" - ] - } - } - library("Nimbus JOSE JWT", "9.8.1") { - group("com.nimbusds") { - modules = [ - "nimbus-jose-jwt" - ] - } - } library("OJDBC", "19.3.0.0") { group("com.oracle.ojdbc") { modules = [