Re-add the oparent in the main pom 89/6989/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 8 Aug 2017 13:42:49 +0000 (06:42 -0700)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Tue, 8 Aug 2017 13:42:49 +0000 (06:42 -0700)
The o-parent has been removed previously for testing, now restoring it

Change-Id: I64db72b1ac0f40b60aa6b083c52b28ab9085a763
Issue-ID: CLAMP-1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 57eb804..c1d2626 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,12 @@
        <version>1.0.1-SNAPSHOT</version>
        <name>ONAP CLAMP</name>
 
+    <parent>
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+
        <description>
            This project build the ONAP CLAMP JAR that contains AJSC + CLAMP code.