diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-14 14:10:08 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-14 14:10:08 -0400 |
commit | bef0af359fd4c8aef98c0105153c916d95f6dd12 (patch) | |
tree | 26cf5b9e65955d709f0ed3f533be6c1b47441dba | |
parent | 7bdebfcd1a95244d1a0f52a251ff6a1fa7f278d4 (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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |