diff options
author | liboNet <libo.zhu@intel.com> | 2019-03-27 00:49:32 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2019-03-27 09:34:10 +0800 |
commit | f0944b0dffa4904161cf40d5da13d5d2d34b0cbe (patch) | |
tree | dcb176160f96f35139cfc603db5cc36b755f3d60 /artifactbroker/pom.xml | |
parent | 7e291b8ebf625519d44c240cbee83521317d52ee (diff) |
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 <libo.zhu@intel.com>
Diffstat (limited to 'artifactbroker/pom.xml')
-rw-r--r-- | artifactbroker/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index 201a780..e28b656 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -22,7 +22,6 @@ <relativePath /> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.multicloud.framework.broker</groupId> <artifactId>multicloud-framework-artifactbroker</artifactId> <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -39,7 +38,11 @@ </properties> <modules> + <module>model</module> <module>main</module> + <module>reception</module> + <module>forwarding</module> + <module>plugins</module> <module>packages</module> </modules> <dependencies> |