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-utils/pom.xml | |
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-utils/pom.xml')
-rw-r--r-- | aai-utils/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 3d7b9818..a38890d4 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -50,11 +50,6 @@ <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> </dependency> - <!-- Common logging framework --> - <dependency> - <groupId>org.onap.aai.logging-service</groupId> - <artifactId>common-logging</artifactId> - </dependency> <!-- https://mvnrepository.com/artifact/org.springframework/spring-core --> <dependency> <groupId>org.springframework</groupId> @@ -73,6 +68,11 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> + <dependency> + <groupId>org.projectlombok</groupId> + <artifactId>lombok</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-junit</artifactId> |