aboutsummaryrefslogtreecommitdiffstats
path: root/cps-service/pom.xml
diff options
context:
space:
mode:
authorPriyank Maheshwari <priyank.maheshwari@est.tech>2024-11-06 10:54:19 +0000
committerGerrit Code Review <gerrit@onap.org>2024-11-06 10:54:19 +0000
commit3399fdea15b9c7e6d05148f82f9ceeeee813b84a (patch)
treefa77f5d5d5ace6bfcd9cdcd1280198deb6d1b0fd /cps-service/pom.xml
parentedc650a3a5f5e86c9b82667b90a6bf759a095627 (diff)
parent14d6a9b990005965307bbab66b0ffe15327a8758 (diff)
Merge "XML content support on get a node"
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r--cps-service/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml
index c7a3666a07..fdd6272660 100644
--- a/cps-service/pom.xml
+++ b/cps-service/pom.xml
@@ -5,6 +5,7 @@
Modifications Copyright (C) 2021 Bell Canada.
Modifications Copyright (C) 2021 Pantheon.tech
Modifications Copyright (C) 2022 Deutsche Telekom AG
+ Modifications Copyright (C) 2024 TechMahindra Ltd.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -192,5 +193,9 @@
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ </dependency>
</dependencies>
</project>