From c37678a3eb62685d32a1581729e2a4e26002bffc Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Thu, 20 May 2021 16:44:21 +0100 Subject: Introducing Antlr4 for cpsPath parsing -created new module for cpPathParser -added antlr rule for cpsPathWithSingleLeafCondition -added antlr rule for cpsPathWithDescendant (and with leaf conditions) -added antlr rule for ancestor axis -added unit test (copied from existing CpsPathQuerySpec) -udpated cps-ri to use new cpPathQuery from parser module -'imported' lexer rules from publix xPath grammar -Re-used existing CpsPathException but conversion happens in cps-ri to prevent additional dependency in cps-path-parser module Issue-ID: CPS-376 Change-Id: I2c5df98969402cbf69f6573c52705879450ce606 Signed-off-by: ToineSiebelink --- cps-parent/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'cps-parent') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 3552c28c9..18a985647 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -347,6 +347,7 @@ org/onap/cps/rest/model/* + org/onap/cps/cpspath/parser/antlr4/* ${project.build.directory}/code-coverage/jacoco-ut.exec -- cgit 1.2.3-korg