From 4f4178c7af4ca5571a0813a5c79f35b11c825d35 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Fri, 2 Jul 2021 13:30:42 +0100 Subject: Implement DMI Registration (NCMP-Side) Implementing registration of CM-Handles to NCMP from DMI CM Handles are Written to fragment tables Moved NetworkCmProxyDataServiceImplSpec.groovy as it was not in the same package as the class it was testing. Meaning it didn't cover this when it came to code coverage Have included Json structure validation also within open api Deprecating old API's along with old API Methods Issue-ID: CPS-442 Change-Id: I819b9bf65280b1d968d3b75ca5ef2f9eb5617579 Signed-off-by: DylanB95EST --- 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 d8660d0e9..40840db75 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -330,6 +330,7 @@ org/onap/cps/rest/model/* org/onap/cps/cpspath/parser/antlr4/* + org/onap/cps/ncmp/rest/model/* -- cgit 1.2.3-korg