From f240fda5e8f7e940d6033b204c2dac48a9dc7c4e Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 26 Feb 2019 13:57:39 +0000 Subject: Add basic model object concepts This review introduces the basic concepts that all model objects inherit from. Using this approach, all concepts that inherit from these types can use standardized DAO handling and marrshal/unmarshal handling This approach is a more generic version of the approach used in the APEX PDP for model handling. The APEX model handling will inherit this module. Issue-ID: POLICY-1264 Change-Id: I35b76659ab66cf3f33bee59a5528e49c7edf7796 Signed-off-by: liamfallon --- models-dao/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 models-dao/pom.xml (limited to 'models-dao/pom.xml') diff --git a/models-dao/pom.xml b/models-dao/pom.xml new file mode 100644 index 000000000..90b98015d --- /dev/null +++ b/models-dao/pom.xml @@ -0,0 +1,33 @@ + + + 4.0.0 + + org.onap.policy.models + policy-models + 2.0.0-SNAPSHOT + + + policy-models-dao + ${project.artifactId} + [${project.parent.artifactId}] module provides common DAO (Data Access Object) model handling for the ONAP Policy Framework + -- cgit 1.2.3-korg