Fix AnnotationParser warnings in sdc-be pod log 73/143373/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 24 Feb 2026 07:15:50 +0000 (08:15 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 24 Feb 2026 07:15:50 +0000 (08:15 +0100)
- 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 <fiete.ostkamp@telekom.de>
catalog-be/pom.xml

index 675ac90..668c3d2 100644 (file)
             <scope>compile</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.aspectj</groupId>
-            <artifactId>aspectjrt</artifactId>
-            <version>${aspectjrt.version}</version>
-            <scope>compile</scope>
-        </dependency>
-
-
         <!-- CAMBRIA CLIENT for U-EB -->
         <dependency>
             <groupId>com.att.nsa</groupId>