aboutsummaryrefslogtreecommitdiffstats
path: root/cps-dependencies/pom.xml
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-06-17 19:45:00 +0100
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-06-19 11:15:00 +0100
commitd16143ab60f0bb75d7d1666f1bd198fc651d8ab0 (patch)
treed332154d101d2f710c4ffb2035b0b6fcdaaee92f /cps-dependencies/pom.xml
parentdec088642348af779281ee98e88392d84685845a (diff)
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 <sourabh.sourabh@est.tech>
Diffstat (limited to 'cps-dependencies/pom.xml')
-rw-r--r--cps-dependencies/pom.xml5
1 files changed, 5 insertions, 0 deletions
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
@@ -129,6 +129,11 @@
<version>4.2.3</version>
</dependency>
<dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+ <dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>