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 --- reception/pom.xml | 7 ---- reception/reception-decoding/pom.xml | 41 ---------------------- .../reception-decoding-pdpa/pom.xml | 35 ------------------ .../reception-decoding-pdpd/pom.xml | 35 ------------------ .../reception-decoding-pdpx/pom.xml | 35 ------------------ reception/reception-handling/pom.xml | 39 -------------------- .../reception-handling-sdc/pom.xml | 35 ------------------ 7 files changed, 227 deletions(-) delete mode 100644 reception/reception-decoding/pom.xml delete mode 100644 reception/reception-decoding/reception-decoding-pdpa/pom.xml delete mode 100644 reception/reception-decoding/reception-decoding-pdpd/pom.xml delete mode 100644 reception/reception-decoding/reception-decoding-pdpx/pom.xml delete mode 100644 reception/reception-handling/pom.xml delete mode 100644 reception/reception-handling/reception-handling-sdc/pom.xml (limited to 'reception') diff --git a/reception/pom.xml b/reception/pom.xml index 2b275857..4fdd1f38 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -26,15 +26,8 @@ 2.0.0-SNAPSHOT - org.onap.policy.distribution.reception reception - pom ${project.artifactId} The module of Policy Distribution that handles reception of policies from other systems. - - - reception-handling - reception-decoding - diff --git a/reception/reception-decoding/pom.xml b/reception/reception-decoding/pom.xml deleted file mode 100644 index 1906f47d..00000000 --- a/reception/reception-decoding/pom.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - 4.0.0 - - org.onap.policy.distribution.reception - reception - 2.0.0-SNAPSHOT - - - org.onap.policy.distribution.reception.reception-decoding - reception-decoding - pom - - ${project.artifactId} - The module of Policy Distribution that handles decoding of policies of various types. - - - reception-decoding-pdpx - reception-decoding-pdpd - reception-decoding-pdpa - - diff --git a/reception/reception-decoding/reception-decoding-pdpa/pom.xml b/reception/reception-decoding/reception-decoding-pdpa/pom.xml deleted file mode 100644 index 462645b4..00000000 --- a/reception/reception-decoding/reception-decoding-pdpa/pom.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - 4.0.0 - - org.onap.policy.distribution.reception.reception-decoding - reception-decoding - 2.0.0-SNAPSHOT - - - reception-decoding-pdpa - ${project.artifactId} - [${project.parent.artifactId}] module carries out decoding of APEX policies - - - - diff --git a/reception/reception-decoding/reception-decoding-pdpd/pom.xml b/reception/reception-decoding/reception-decoding-pdpd/pom.xml deleted file mode 100644 index 14c07b28..00000000 --- a/reception/reception-decoding/reception-decoding-pdpd/pom.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - 4.0.0 - - org.onap.policy.distribution.reception.reception-decoding - reception-decoding - 2.0.0-SNAPSHOT - - - reception-decoding-pdpd - ${project.artifactId} - [${project.parent.artifactId}] module carries out decoding of Drools policies - - - - diff --git a/reception/reception-decoding/reception-decoding-pdpx/pom.xml b/reception/reception-decoding/reception-decoding-pdpx/pom.xml deleted file mode 100644 index 362f1b3d..00000000 --- a/reception/reception-decoding/reception-decoding-pdpx/pom.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - 4.0.0 - - org.onap.policy.distribution.reception.reception-decoding - reception-decoding - 2.0.0-SNAPSHOT - - - reception-decoding-pdpx - ${project.artifactId} - [${project.parent.artifactId}] module carries out decoding of XACML policies - - - - diff --git a/reception/reception-handling/pom.xml b/reception/reception-handling/pom.xml deleted file mode 100644 index 13c4b8b2..00000000 --- a/reception/reception-handling/pom.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - 4.0.0 - - org.onap.policy.distribution.reception - reception - 2.0.0-SNAPSHOT - - - org.onap.policy.distribution.reception.reception-handling - reception-handling - pom - - ${project.artifactId} - The module of Policy Distribution that handles reception of policies from other systems. - - - reception-handling-sdc - - diff --git a/reception/reception-handling/reception-handling-sdc/pom.xml b/reception/reception-handling/reception-handling-sdc/pom.xml deleted file mode 100644 index d4176333..00000000 --- a/reception/reception-handling/reception-handling-sdc/pom.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - 4.0.0 - - org.onap.policy.distribution.reception.reception-handling - reception-handling - 2.0.0-SNAPSHOT - - - reception-handling-sdc - ${project.artifactId} - [${project.parent.artifactId}] module handles the communication towards SDC for policy distribution - - - - -- cgit 1.2.3-korg