diff options
author | Murali <murali.p@huawei.com> | 2017-09-07 07:18:45 +0000 |
---|---|---|
committer | Murali <murali.p@huawei.com> | 2017-09-07 07:18:45 +0000 |
commit | 9e1428ab9a0a9b8f630b8fadfc1dca60e792c2b1 (patch) | |
tree | f26ab843b2fc188f33ee2007b193da0147730233 /vnfmarket-be/deployment/zip/pom.xml | |
parent | 87b50741338987c4d26bc22a24437f97d1b0eb83 (diff) |
Fix the parent pom tree strcuture
Change-Id: I370cc9962757a4f95af1d982c21eb41455136566
Jira:VNFSDK-34
Signed-off-by: Murali <murali.p@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/zip/pom.xml')
-rw-r--r-- | vnfmarket-be/deployment/zip/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfmarket-be/deployment/zip/pom.xml b/vnfmarket-be/deployment/zip/pom.xml index a36bebac..bddd57cc 100644 --- a/vnfmarket-be/deployment/zip/pom.xml +++ b/vnfmarket-be/deployment/zip/pom.xml @@ -20,6 +20,7 @@ <groupId>org.onap.vnfsdk.refrepo</groupId> <artifactId>vnf-sdk-marketplace-core-parent</artifactId> <version>1.0.0-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>vnf-sdk-marketplace-deployment</artifactId> |