aboutsummaryrefslogtreecommitdiffstats
path: root/ransim/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ransim/pom.xml')
-rw-r--r--ransim/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/ransim/pom.xml b/ransim/pom.xml
index 0c7d0cc..e0ebf7b 100644
--- a/ransim/pom.xml
+++ b/ransim/pom.xml
@@ -19,6 +19,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>2.1.0</version>
+ </parent>
<groupId>org.onap.ransim</groupId>
<artifactId>ransim</artifactId>
<packaging>pom</packaging>
@@ -32,7 +37,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
-
<java.version>1.8</java.version>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
<docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
@@ -242,6 +246,5 @@
</plugins>
</pluginManagement>
</build>
-
</project>