[CLAMP-1] Add the oparent to the main pom

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>
diff --git a/pom.xml b/pom.xml
index b496d55..94331f2 100644
--- 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>