From ce63c402be2f4c5e437eefa1cbe327c3a9d0caad Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 19 Jul 2018 14:27:17 +0100 Subject: Initial module structure for Policy Distribution 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 --- reception/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 reception/pom.xml (limited to 'reception/pom.xml') diff --git a/reception/pom.xml b/reception/pom.xml new file mode 100644 index 00000000..2b275857 --- /dev/null +++ b/reception/pom.xml @@ -0,0 +1,40 @@ + + + 4.0.0 + + org.onap.policy.distribution + policy-distribution + 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 + + -- cgit 1.2.3-korg