aboutsummaryrefslogtreecommitdiffstats
path: root/aai-failover
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-11-20 13:52:11 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-11-20 13:52:11 +0100
commitd95e7b6174550c400910aef33c75b86ffbc59a91 (patch)
treeff48f2556c48a0a04a25ddc5c1ea53e342bbe1c7 /aai-failover
parent56da09aae132118a55af3cad601fff7b1cc70390 (diff)
Remove aai logging-service dependenciesHEADmaster
- logging-service is not actively maintained anymore Issue-ID: AAI-4061 Change-Id: I63cf251a47f220c06a423760b41c3ea70a2f8d6f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-failover')
-rw-r--r--aai-failover/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/aai-failover/pom.xml b/aai-failover/pom.xml
index 67c3d399..c9be3141 100644
--- a/aai-failover/pom.xml
+++ b/aai-failover/pom.xml
@@ -13,11 +13,6 @@
<artifactId>aai-failover</artifactId>
<dependencies>
- <!-- Common logging framework -->
- <dependency>
- <groupId>org.onap.aai.logging-service</groupId>
- <artifactId>common-logging</artifactId>
- </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
@@ -26,5 +21,9 @@
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
</dependencies>
</project>