From f0944b0dffa4904161cf40d5da13d5d2d34b0cbe Mon Sep 17 00:00:00 2001 From: liboNet Date: Wed, 27 Mar 2019 00:49:32 +0800 Subject: add SDC client and reception handle . add reception framework wraps handle and subplug interface . add plugins include sdc handler now. . add forward acts the post interface for specified item like artifact . add model acts for the sepcifeid item like CSAR . update pom.xml and package/pom.xml to includes all submodules . Fix the compile issue by typo and change groupid to framework Change-Id: Idbff0ca612045c6ee52ba23cd305f2764c9600f8 Issue-ID: MULTICLOUD-514 Signed-off-by: liboNet --- artifactbroker/main/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'artifactbroker/main/pom.xml') diff --git a/artifactbroker/main/pom.xml b/artifactbroker/main/pom.xml index 36ae6d9..db1c855 100644 --- a/artifactbroker/main/pom.xml +++ b/artifactbroker/main/pom.xml @@ -19,7 +19,7 @@ --> - org.onap.multicloud.framework.broker + org.onap.multicloud.framework multicloud-framework-artifactbroker 1.3.0-SNAPSHOT -- cgit 1.2.3-korg