summaryrefslogtreecommitdiffstats
path: root/cps-service/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-12-22 15:12:50 +0000
committerGerrit Code Review <gerrit@onap.org>2022-12-22 15:12:50 +0000
commitcd02dc580f1a83d4ce05c7b1eedea88593fac5df (patch)
treecc04e4da6c4be4699e6d4adf2dc1db49aec050d1 /cps-service/pom.xml
parentacc63c2a2b5974d3346cbb763ec963104a393a18 (diff)
parent5452b5ea786a3e7def19c1f328c43ec264da38d5 (diff)
Merge "Add fix for posting nodes with xPath with '/'"
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r--cps-service/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml
index 77f262c32..0cefb8fcc 100644
--- a/cps-service/pom.xml
+++ b/cps-service/pom.xml
@@ -111,6 +111,10 @@
<artifactId>janino</artifactId>
</dependency>
<dependency>
+ <groupId>org.onap.cps</groupId>
+ <artifactId>cps-path-parser</artifactId>
+ </dependency>
+ <dependency>
<!-- Hazelcast provide Distributed Caches -->
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-spring</artifactId>