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/packages/pom.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'artifactbroker/packages/pom.xml') diff --git a/artifactbroker/packages/pom.xml b/artifactbroker/packages/pom.xml index 29548b1..c371cad 100644 --- a/artifactbroker/packages/pom.xml +++ b/artifactbroker/packages/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.multicloud.framework.broker + org.onap.multicloud.framework multicloud-framework-artifactbroker 1.3.0-SNAPSHOT @@ -33,11 +33,25 @@ - org.onap.multicloud.framework.broker + org.onap.multicloud.framework multicloud-framework-artifactbroker-main ${project.version} - + + org.onap.multicloud.framework + multicloud-framework-artifactbroker-reception + ${project.version} + + + org.onap.multicloud.framework + multicloud-framework-artifactbroker-forwarding + ${project.version} + + + org.onap.multicloud.framework + multicloud-framework-artifactbroker-reception-plugins + ${project.version} + -- cgit 1.2.3-korg