Change rest healthcheck to use appc parent poms

Change appc-rest-healthcheck over to the new style
of features using the org.onap.appc.parent pom files
as parents.

Change-Id: I781754f3ad5c31a937d17449ff46320d60db4975
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1586
diff --git a/appc-adapters/appc-rest-healthcheck-adapter/pom.xml b/appc-adapters/appc-rest-healthcheck-adapter/pom.xml
index f86bd4c..7234eeb 100644
--- a/appc-adapters/appc-rest-healthcheck-adapter/pom.xml
+++ b/appc-adapters/appc-rest-healthcheck-adapter/pom.xml
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
   ONAP : APPC
   ================================================================================
-  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
   Copyright (C) 2017 Amdocs
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,11 +22,13 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.onap.appc</groupId>
-    <artifactId>appc-adapters</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <groupId>org.onap.appc.parent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.5.0-SNAPSHOT</version>
+    <relativePath />
   </parent>
 
+  <groupId>org.onap.appc</groupId>
   <artifactId>appc-rest-healthcheck-adapter</artifactId>
   <name>rest healthcheck adaptor</name>
   <description>Abstraction to connect to and utilize the services of cloud providers such as OpenStack or VMWare.</description>