aboutsummaryrefslogtreecommitdiffstats
path: root/cps-service/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-01-27 09:29:21 +0000
committerGerrit Code Review <gerrit@onap.org>2022-01-27 09:29:21 +0000
commit44644dec37be77c6d6940e1361cea831486927bc (patch)
treecda2c3573af29dee61b5ee4e0f7f702f5eebe471 /cps-service/pom.xml
parent05e7b8a207b1c641468e77d754fe1a5ae9e1a51e (diff)
parent01b6012396d1f42b411773faaee5d7eb69a07aa5 (diff)
Merge "Improve logging in NCMP"
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r--cps-service/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml
index 0c7556407..bfc3931bc 100644
--- a/cps-service/pom.xml
+++ b/cps-service/pom.xml
@@ -103,6 +103,10 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
+ </dependency>
<!-- T E S T D E P E N D E N C I E S -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
@@ -144,5 +148,10 @@
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>aspectjrt</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>