Use oparent as parent

Added <parent> tag to use oparent as parent

Change-Id: Ife96356ed6d4d65ea38a726d26a83e53274b0bb6
Issue-ID: CCSDK-43
Signed-off-by: Dan Timoney <dtimoney@att.com>
diff --git a/pom.xml b/pom.xml
index b654fd4..86d8b85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,4 +11,10 @@
     <name>ccsdk-utils</name>
     <description>CCSDK Utilities</description>
 
+    <!-- Add oparent parent -->
+    <parent>
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
 </project>