diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-11-20 13:52:11 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-11-20 13:52:11 +0100 |
commit | d95e7b6174550c400910aef33c75b86ffbc59a91 (patch) | |
tree | ff48f2556c48a0a04a25ddc5c1ea53e342bbe1c7 /aai-els-onap-logging | |
parent | 56da09aae132118a55af3cad601fff7b1cc70390 (diff) |
Remove aai logging-service dependencies
- 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-els-onap-logging')
-rw-r--r-- | aai-els-onap-logging/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/aai-els-onap-logging/pom.xml b/aai-els-onap-logging/pom.xml index a8ea55ac..4447c011 100644 --- a/aai-els-onap-logging/pom.xml +++ b/aai-els-onap-logging/pom.xml @@ -70,16 +70,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.onap.logging-analytics</groupId> - <artifactId>logging-slf4j</artifactId> - <exclusions> - <exclusion> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-junit4</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> |