From 5452b5ea786a3e7def19c1f328c43ec264da38d5 Mon Sep 17 00:00:00 2001 From: emaclee Date: Wed, 21 Dec 2022 09:29:24 +0000 Subject: Add fix for posting nodes with xPath with '/' - YangUtils method changed from using REGEX to cps path parser - unit test added for cps path util Issue-ID: CPS-1433 Signed-off-by: emaclee Change-Id: Ibb9efdd09423f9bade4a4a557d7d9ed49aa44ef4 --- cps-service/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cps-service/pom.xml') 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 @@ -110,6 +110,10 @@ org.codehaus.janino janino + + org.onap.cps + cps-path-parser + com.hazelcast -- cgit 1.2.3-korg