From 18253e5bfbccc53baaa58e485704e9cb87855ac4 Mon Sep 17 00:00:00 2001 From: "Magnusen, Drew (dm741q)" Date: Thu, 7 Sep 2017 08:55:17 -0500 Subject: Addition of State Management Feature Patch 1:This commit adds the feature to provide node state management. There are also a couple of very minor cleanup items in feature-session-persistence which came up during review and testing. Patch 2: Cleaned up some logging statements and exceptions per comments by Pam Dragosh. Patch 3: Clean up per comments from Jorge Hernandez. Patch4: Added a default to ignoreErrors in RepositoryAudit. Patch 5: Rebase. Patch 6: Removed api-state-management/.gitignore Issue-ID: POLICY-155 Change-Id: I4fbfa33314d488ff46764931ca965f802b6a26d5 Signed-off-by: Kevin McKiou --- api-state-management/pom.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 api-state-management/pom.xml (limited to 'api-state-management/pom.xml') diff --git a/api-state-management/pom.xml b/api-state-management/pom.xml new file mode 100644 index 00000000..f5c1e21e --- /dev/null +++ b/api-state-management/pom.xml @@ -0,0 +1,62 @@ + + + + + 4.0.0 + + + org.onap.policy.drools-pdp + drools-pdp + 1.1.0-SNAPSHOT + + + api-state-management + + api-state-management + Separately loadable module for state management APIe + + + 1.8 + 1.8 + 1.5.0 + + + + + + + + + + + org.onap.policy.drools-pdp + policy-core + ${project.version} + provided + + + org.onap.policy.common + integrity-monitor + ${common-modules.version} + + + -- cgit 1.2.3-korg