diff options
author | liboNet <libo.zhu@intel.com> | 2019-04-16 08:19:04 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2019-04-16 08:21:01 +0800 |
commit | dc1321b4c135242c67e94f5af57d0e39866ce2d8 (patch) | |
tree | ff1bf759c068f79b54aacb3fc4b43bb192ba290b /artifactbroker/packages/pom.xml | |
parent | 76cb15908ebfab78034aff381ba5c867b5491c05 (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/pom.xml')
-rw-r--r-- | artifactbroker/packages/pom.xml | 5 |
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> |