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/plugins/reception-plugins/pom.xml | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 artifactbroker/plugins/reception-plugins/pom.xml (limited to 'artifactbroker/plugins/reception-plugins/pom.xml') diff --git a/artifactbroker/plugins/reception-plugins/pom.xml b/artifactbroker/plugins/reception-plugins/pom.xml new file mode 100644 index 0000000..d6a8ccc --- /dev/null +++ b/artifactbroker/plugins/reception-plugins/pom.xml @@ -0,0 +1,55 @@ + + + 4.0.0 + + org.onap.multicloud.framework + multicloud-framework-artifactbroker-plugins + 1.3.0-SNAPSHOT + + + multicloud-framework-artifactbroker-reception-plugins + ${project.artifactId} + [${project.parent.artifactId}] module contains plugins for reception of policies. + + + + org.onap.multicloud.framework + multicloud-framework-artifactbroker-reception + ${project.version} + + + org.onap.sdc.sdc-tosca + sdc-tosca + 1.4.1 + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + 1.3.0 + + + org.slf4j + slf4j-log4j12 + + + + + -- cgit 1.2.3-korg