From 5de3e6b74f3009022ebef6edab1f9f5000fb0ab3 Mon Sep 17 00:00:00 2001 From: ase-101 Date: Fri, 7 Feb 2025 13:45:33 +0530 Subject: [PATCH 1/2] Removed conflicting nimbus dependency Signed-off-by: ase-101 --- sunbird-rc-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sunbird-rc-plugin/pom.xml b/sunbird-rc-plugin/pom.xml index 4737177..764c3cd 100644 --- a/sunbird-rc-plugin/pom.xml +++ b/sunbird-rc-plugin/pom.xml @@ -87,6 +87,10 @@ org.springframework.security spring-security-test + + com.nimbusds + nimbus-jose-jwt + From f5b513a580fc68551481de575d780c143e26608c Mon Sep 17 00:00:00 2001 From: ase-101 Date: Mon, 10 Feb 2025 14:49:24 +0530 Subject: [PATCH 2/2] Updated nimbus as provided library Signed-off-by: ase-101 --- sunbird-rc-plugin/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sunbird-rc-plugin/pom.xml b/sunbird-rc-plugin/pom.xml index 764c3cd..9f7cfcc 100644 --- a/sunbird-rc-plugin/pom.xml +++ b/sunbird-rc-plugin/pom.xml @@ -97,6 +97,12 @@ info.weboftrust ld-signatures-java 1.0.0 + + + com.nimbusds + nimbus-jose-jwt + + org.slf4j @@ -122,6 +128,12 @@ velocity-tools-generic 3.1 + + com.nimbusds + nimbus-jose-jwt + 8.19 + provided +