summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-14 14:12:16 -0400
committerDan Timoney <dtimoney@att.com>2017-09-14 14:12:16 -0400
commitd62a88712ba65cfaccbff1fbfab4ac8fce4a57c1 (patch)
treeb3da52b1b8a01666fd7a2f789e6f848e5cfabbcd
parenta59a8f61fc44eec72bd3155949734da005a0048c (diff)
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>
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
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>