From d16143ab60f0bb75d7d1666f1bd198fc651d8ab0 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Mon, 17 Jun 2024 19:45:00 +0100 Subject: Handle high frequency (faster then DMI) of passthrough request in NCMP - Added pendingAcquireMaxCount property into appliaction.yml. - Added findbugs google annotations dependency. - Supressed "BC_UNCONFIRMED_CAST_OF_RETURN_VALUE" spotbugs low error for reactor.netty.resources.ConnectionProvider. Issue-ID: CPS-2262 Change-Id: Ie755e40282473933f2052fbe7654e7090bb9b337 Signed-off-by: sourabh_sourabh --- cps-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cps-dependencies/pom.xml') diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index a50a420b0..dbb112884 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -128,6 +128,11 @@ spotbugs 4.2.3 + + com.google.code.findbugs + annotations + 3.0.1 + com.google.code.gson gson -- cgit 1.2.3-korg