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 --- feature-state-management/pom.xml | 137 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 feature-state-management/pom.xml (limited to 'feature-state-management/pom.xml') diff --git a/feature-state-management/pom.xml b/feature-state-management/pom.xml new file mode 100644 index 00000000..5265cdbb --- /dev/null +++ b/feature-state-management/pom.xml @@ -0,0 +1,137 @@ + + + + + 4.0.0 + + + org.onap.policy.drools-pdp + drools-pdp + 1.1.0-SNAPSHOT + + + feature-state-management + + feature-state-management + Separately loadable module for State Management + + + + + maven-assembly-plugin + 2.6 + + + zipfile + + single + + package + + true + ${project.artifactId}-${project.version} + + src/assembly/assemble_zip.xml + + false + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + copy-dependencies + + copy-dependencies + + prepare-package + + false + ${project.build.directory}/assembly/lib + false + true + true + false + false + false + runtime + true + + + + + + + + + + io.swagger + swagger-jersey2-jaxrs + provided + + + org.onap.policy.drools-pdp + policy-core + ${project.version} + provided + + + org.onap.policy.drools-pdp + policy-management + ${project.version} + provided + + + org.onap.policy.drools-pdp + api-state-management + ${project.version} + + + + com.h2database + h2 + [1.4.186,) + test + + + org.eclipse.persistence + eclipselink + provided + + + + org.onap.policy.common + integrity-monitor + ${common-modules.version} + + + + log4j + log4j + 1.2.17 + + + -- cgit 1.2.3-korg