summaryrefslogtreecommitdiffstats
path: root/artifactbroker/packages
diff options
context:
space:
mode:
authorliboNet <libo.zhu@intel.com>2019-04-16 08:19:04 +0800
committerliboNet <libo.zhu@intel.com>2019-04-16 08:21:01 +0800
commitdc1321b4c135242c67e94f5af57d0e39866ce2d8 (patch)
treeff1bf759c068f79b54aacb3fc4b43bb192ba290b /artifactbroker/packages
parent76cb15908ebfab78034aff381ba5c867b5491c05 (diff)
add testcase to improve test coverage
. add distribution parameter test case . remove unused FileSystem plugin . fix pom.xml of package to include forwarding plugin Change-Id: I531169dd4cb498ae50e4f2ef93fe3a3eecd33263 Issue-ID: MULTICLOUD-569 Signed-off-by: liboNet <libo.zhu@intel.com>
Diffstat (limited to 'artifactbroker/packages')
-rw-r--r--artifactbroker/packages/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/artifactbroker/packages/pom.xml b/artifactbroker/packages/pom.xml
index c371cad..63769f4 100644
--- a/artifactbroker/packages/pom.xml
+++ b/artifactbroker/packages/pom.xml
@@ -52,6 +52,11 @@
<artifactId>multicloud-framework-artifactbroker-reception-plugins</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.multicloud.framework</groupId>
+ <artifactId>multicloud-framework-artifactbroker-forwarding-plugins</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>