From: Fiete Ostkamp Date: Tue, 24 Feb 2026 07:15:50 +0000 (+0100) Subject: Fix AnnotationParser warnings in sdc-be pod log X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=51dd0cdd5d4050472b80b06533e20d5f3d85b7a1;p=sdc.git Fix AnnotationParser warnings in sdc-be pod log - remove aspectjrt dependency since it is redundant - this gets rid of 2300 log lines in the sdc-be pod that contain shared resource warnings Issue-ID: SDC-4791 Change-Id: I493e892badee724f0675e38304a8fb9cbed4932d Signed-off-by: Fiete Ostkamp --- diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 675ac90db9..668c3d2134 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -606,14 +606,6 @@ compile - - org.aspectj - aspectjrt - ${aspectjrt.version} - compile - - - com.att.nsa