aboutsummaryrefslogtreecommitdiffstats
path: root/aai-utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aai-utils/pom.xml')
-rw-r--r--aai-utils/pom.xml10
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>