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 --- packages/install/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/install/pom.xml') diff --git a/packages/install/pom.xml b/packages/install/pom.xml index 2b3a136d..7a765c3a 100644 --- a/packages/install/pom.xml +++ b/packages/install/pom.xml @@ -95,6 +95,12 @@ ${project.version} zip + + org.onap.policy.drools-pdp + feature-state-management + ${project.version} + zip + -- cgit 1.2.3-korg