[CLAMP-1] Add the oparent to the main pom
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 14 Jul 2017 12:21:04 +0000 (05:21 -0700)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 14 Jul 2017 12:26:21 +0000 (05:26 -0700)
This is a trial to use the oparent previously defined for the whole ONAP.
Change-Id: Iea2cf3496e24c6427224062429f0d22993332434
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b496d55..94331f2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,12 @@
        <version>1.0.0-SNAPSHOT</version>
        <name>ONAP CLAMP</name>
 
+    <parent>
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+    
        <properties>
                <maven.compiler.source>1.8</maven.compiler.source>
                <maven.compiler.target>1.8</maven.compiler.target>