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 --- .../onap-appc-rest-healthcheck-adapter/pom.xml | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/onap-appc-rest-healthcheck-adapter/pom.xml (limited to 'appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/onap-appc-rest-healthcheck-adapter/pom.xml') diff --git a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/onap-appc-rest-healthcheck-adapter/pom.xml b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/onap-appc-rest-healthcheck-adapter/pom.xml new file mode 100644 index 000000000..d36c0dcd8 --- /dev/null +++ b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-features/onap-appc-rest-healthcheck-adapter/pom.xml @@ -0,0 +1,76 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.5.0-SNAPSHOT + + + + org.onap.appc + onap-appc-rest-healthcheck-adapter + 1.6.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + org.onap.appc + appc-rest-healthcheck-adapter-bundle + ${project.version} + + + + + + + org.apache.karaf.tooling + karaf-maven-plugin + true + + false + + slf4j-api + tomcat-jdbc + tomcat-juli + + + + + + -- cgit 1.2.3-korg