aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMoshe Hoadley <moshehoa@amdocs.com>2017-10-31 12:22:12 +0200
committerMoshe Hoadley <moshehoa@amdocs.com>2017-10-31 12:48:00 +0200
commitc2d8256b1a98bbcb892af2706f0b9a1ecafe3b81 (patch)
tree0d6d84711f622f260f2fee3a712eb832f5c9facd /pom.xml
parent6ba0027cf667324d2fff174b4c455ea30bedd850 (diff)
fix for VNFSDK-120
Change-Id: Ie2315395b6db15025e2c6744afb431d331cccc05 Signed-off-by: Moshe Hoadley <moshehoa@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 20774d47..2ce5cbd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,6 @@
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>0.1.1</version>
- <relativePath>../../oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -31,7 +30,8 @@
<packaging>pom</packaging>
<name>vnfsdk-refrepo</name>
- <modules>
- <module>vnfmarket-be</module>
+ <modules>
+ <module>vnfmarket</module>
+ <module>vnfmarket-be</module>
</modules>
</project>