aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-08-02Create interfaces for Policy Distributionmmis1-0/+1
Created interfaces and some skeletal implementations. Implememtations to be further developed in subsequent stories Change-Id: If55be78e34c8783451cb9aa755a563bc0850e569 Issue-ID: POLICY-1029 Signed-off-by: mmis <michael.morris@ericsson.com>
2018-07-31Add start and parameter handlingliamfallon1-0/+27
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>
2018-07-20Initial module structure for Policy Distributionliamfallon1-0/+3
This submission defines the initial module strucutre for the distribution component in the ONAP Policy Framework. The structure is documented here: https://wiki.onap.org/display/DW/Policy+Platform+-+SDC+Service+Distribution+Software+Architecture Change-Id: I0adbffbcd598250cb9a0b8ce07806e564bf83a85 Issue-ID: POLICY-922 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-06-27Remove warning for versionPamela Dragosh1-1/+0
Eclipse generates a warning that the version is duplicated. Issue-ID: POLICY-871 Change-Id: Icab683ec575c564e019bd3042ade17fe6ece2b2e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-05-30Fixing artifactId for consistencyPamela Dragosh1-1/+1
Issue-ID: POLICY-871 Change-Id: Ic30f82072d4ba8a9d2d08fcd113cf143cc8d4ef8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-05-26Setup policy/repository pom.xmlPamela Dragosh1-0/+50
Point to policy/parent and correct version. Issue-ID: POLICY-871 Change-Id: Ie57a55b3856a9232ed8b83c059bfdc01fd4c9d79 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>