diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-07-30 16:58:54 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-07-31 15:35:49 +0100 |
commit | 37d8ade146096bf343f494163a528f75b2161095 (patch) | |
tree | 695aa4b86a35bf02c824c56357dd31f0686c21b5 /reception/pom.xml | |
parent | ce63c402be2f4c5e437eefa1cbe327c3a9d0caad (diff) |
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 <liam.fallon@ericsson.com>
Diffstat (limited to 'reception/pom.xml')
-rw-r--r-- | reception/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
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 @@ <version>2.0.0-SNAPSHOT</version> </parent> - <groupId>org.onap.policy.distribution.reception</groupId> <artifactId>reception</artifactId> - <packaging>pom</packaging> <name>${project.artifactId}</name> <description>The module of Policy Distribution that handles reception of policies from other systems.</description> - - <modules> - <module>reception-handling</module> - <module>reception-decoding</module> - </modules> </project> |