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/reception/pom.xml | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 artifactbroker/reception/pom.xml (limited to 'artifactbroker/reception/pom.xml') diff --git a/artifactbroker/reception/pom.xml b/artifactbroker/reception/pom.xml new file mode 100644 index 0000000..b18838d --- /dev/null +++ b/artifactbroker/reception/pom.xml @@ -0,0 +1,45 @@ + + + 4.0.0 + + org.onap.multicloud.framework + multicloud-framework-artifactbroker + 1.3.0-SNAPSHOT + + + multicloud-framework-artifactbroker-reception + + ${project.artifactId} + The module of Policy Distribution that handles reception of policies from other systems. + + + + org.onap.multicloud.framework + multicloud-framework-artifactbroker-model + ${project.version} + + + org.onap.multicloud.framework + multicloud-framework-artifactbroker-forwarding + ${project.version} + + + -- cgit 1.2.3-korg