From 298a8f5143c8ce87094770f68dfbbcc39ef14553 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 8 May 2019 15:14:49 -0700 Subject: 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 Issue-ID: APPC-1586 --- .../features-appc-rest-healthcheck-adapter/pom.xml | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/features-appc-rest-healthcheck-adapter/pom.xml (limited to 'appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/features-appc-rest-healthcheck-adapter/pom.xml') diff --git a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/features-appc-rest-healthcheck-adapter/pom.xml b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/features-appc-rest-healthcheck-adapter/pom.xml new file mode 100644 index 000000000..8f1112681 --- /dev/null +++ b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/features-appc-rest-healthcheck-adapter/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + + org.onap.appc.parent + feature-repo-parent + 1.5.0-SNAPSHOT + + + + org.onap.appc + features-appc-rest-healthcheck-adapter + 1.6.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-rest-healthcheck-adapter + ${project.version} + xml + features + + + + -- cgit 1.2.3-korg