From 5f1b1162d047d2a743f1ce57cc17494a6150c75c Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 18 Dec 2020 15:53:20 -0500 Subject: Make validators extensible Modified the validator to make it extensible. Also added annotations to: - cascade a validation to a sub-object - perform regex - examine items in a list - examine entries in a map Still need more junit tests. Issue-ID: POLICY-2648 Change-Id: I94f1b9e8fbf7a6b9b002d0b05cc9119bdfcf8bf2 Signed-off-by: Jim Hahn --- common-parameters/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common-parameters/pom.xml') diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index c7136bd3..c0efcf70 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -31,6 +31,10 @@ [${project.parent.artifactId}] module provides common property and parameter handling the ONAP Policy Framework + + com.google.re2j + re2j + org.apache.commons commons-lang3 -- cgit 1.2.3-korg