From 37d8ade146096bf343f494163a528f75b2161095 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 30 Jul 2018 16:58:54 +0100 Subject: Add start and parameter handling Add startup code, command line parsing, service start, and parameter handling for the policy distribution service. Issue-ID: POLICY-922 Change-Id: Ie664aba6541304cf9b635541e9688c681b24952d Signed-off-by: liamfallon --- main/pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 8 deletions(-) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index 934d57ca..1084f937 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,17 +26,50 @@ 2.0.0-SNAPSHOT - org.onap.policy.distribution.main main - pom ${project.artifactId} The main module of Policy Distribution that handles startup, lifecycle management, and parameters. - - main-startstop - main-parameters - main-lifecycle - main-rest - + + + org.onap.policy.common + utils + 1.3.0-SNAPSHOT + + + org.onap.policy.common + common-parameters + 1.3.0-SNAPSHOT + + + commons-cli + commons-cli + + + com.google.code.gson + gson + + + + + + + + src/main/resources + true + + **/version.txt + + + + src/main/resources + false + + **/version.txt + + + + + -- cgit 1.2.3-korg