summaryrefslogtreecommitdiffstats
path: root/artifactbroker/pom.xml
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-03-26 13:11:38 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-26 13:11:38 +0000
commit0c2c5169090e61fb00d8c10b0e539acaf39d6d22 (patch)
treec72b39ebf20dd58f1ec525196c6456cd920f85dc /artifactbroker/pom.xml
parentc7436665e45c2f5fc2a7c36d964fd86b993c2425 (diff)
parentf0944b0dffa4904161cf40d5da13d5d2d34b0cbe (diff)
Merge "add SDC client and reception handle"
Diffstat (limited to 'artifactbroker/pom.xml')
-rw-r--r--artifactbroker/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml
index 7736cbb..0553390 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>