summaryrefslogtreecommitdiffstats
path: root/aai-schema-abstraction/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-12-29 11:38:38 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-12-29 13:39:20 +0100
commit21c9f6fe9f344bde654d6e167f2200ecb00007de (patch)
tree0f20aee29ae03c3dc810b9920adbda3efd62aebd /aai-schema-abstraction/pom.xml
parent1b0e1a70ab23e9d3e891cceb6edf6ca6d32b6326 (diff)
Remove AAI rest-client dependency from aai-common
- the rest-client dependency is not used and contains eelf-core - bump logback patch version (1.2.12 -> 1.2.13) Issue-ID: AAI-4091 Change-Id: I9864700fe95cbe1534e96dc9c122480e99a573f8 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-abstraction/pom.xml')
-rw-r--r--aai-schema-abstraction/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml
index 6f497ed4..3eb22dfb 100644
--- a/aai-schema-abstraction/pom.xml
+++ b/aai-schema-abstraction/pom.xml
@@ -67,10 +67,6 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
- <groupId>org.onap.aai</groupId>
- <artifactId>rest-client</artifactId>
- </dependency>
- <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
<scope>test</scope>