summaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pom.xml
diff options
context:
space:
mode:
authorMarcin Migdal <marcin.migdal@nokia.com>2018-08-20 12:03:10 +0200
committerMarcin Migdal <marcin.migdal@nokia.com>2018-08-20 14:17:59 +0200
commit3b2d33d41dc09694e2275d50683f808c8d6cc7b7 (patch)
tree7077b980e14045da1ead50b2481082d4aead7a2b /test/mocks/pnfsimulator/pom.xml
parent72c45859f7ed8523635125fe7289498f7962e27d (diff)
Preparation for INT-622 code
Change-Id: I2258ed588b93c685852e51aa6a2f4b2dadc36d7d Issue-ID: INT-622 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/pom.xml')
-rw-r--r--test/mocks/pnfsimulator/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml
index 2803402f7..563ee271f 100644
--- a/test/mocks/pnfsimulator/pom.xml
+++ b/test/mocks/pnfsimulator/pom.xml
@@ -4,6 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.1.0</version>
+ </parent>
+
<groupId>org.onap.pnfsimulator</groupId>
<artifactId>pnf-simulator</artifactId>
<version>2.0.0-SNAPSHOT</version>