diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2024-10-18 11:19:04 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2024-10-18 11:19:04 +0100 |
commit | 369017c7fba4c2444e2594215f2b511290e39950 (patch) | |
tree | b47574e413031e5c46e469b0a60edf38f95fbb5e /cps-ncmp-service/pom.xml | |
parent | 3587a62456f59deddfcd46d3f82d0b6502313362 (diff) |
Update SpotBugs dependency
- update spotbugs to 4.8.6
- remove old findbugs dependency (spotbugs replaces findbugs)
- remove an unused SupressFBWarnings
Issue-ID: CPS-2458
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: If9d5571ae4293a2653a117a988414af2452647c0
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r-- | cps-ncmp-service/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index 9f7bb08a07..fda4221f6f 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -74,10 +74,6 @@ <artifactId>cps-path-parser</artifactId> </dependency> <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>annotations</artifactId> - </dependency> - <dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-spring</artifactId> </dependency> |