aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-14 14:10:08 -0400
committerDan Timoney <dtimoney@att.com>2017-09-14 14:10:08 -0400
commitbef0af359fd4c8aef98c0105153c916d95f6dd12 (patch)
tree26cf5b9e65955d709f0ed3f533be6c1b47441dba
parent7bdebfcd1a95244d1a0f52a251ff6a1fa7f278d4 (diff)
Use oparent as parent
Added <parent> tag to use oparent as parent Change-Id: I2485e74257f1267666826fc9dcb32dd9ad10d96c 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 9586e89..ffc35ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,4 +10,10 @@
<name>ccsdk-storage-esaas</name>
<description>CCSDK Storage Elastic Search As a Service</description>
+ <!-- Add oparent parent -->
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
</project>