From 7de549e5589d5e98a798e65752396627f6990fe1 Mon Sep 17 00:00:00 2001 From: ramverma Date: Fri, 17 Aug 2018 20:38:03 +0100 Subject: Adding health check endpoint to distribution * Adding health check REST endpoint to distribution service. * Adding isAlive field to DistributionActivator to fetch the health status. * Adding parameter group for rest server parameters. * Adding DistributionRestController for hosting all the rest endpoints in distribution service. * Adding DistributionRestServer to manage lifecycle of distribution rest server. * Adding ParameterValidationUtils utility class for common validations. Plan is to move this class to policy-common for wider use later. * Adding test cases for all new code added. * Refering common classes from policy/common Change-Id: I246d57133ed1f0c3548bcdee173d7b64fb368abc Issue-ID: POLICY-1035 Signed-off-by: ramverma --- main/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index 468f3fea..e027e44c 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -52,6 +52,16 @@ common-parameters 1.3.0-SNAPSHOT + + org.onap.policy.common + capabilities + 1.3.0-SNAPSHOT + + + org.onap.policy.common + policy-endpoints + 1.3.0-SNAPSHOT + commons-cli commons-cli -- cgit 1.2.3-korg