From 4c53995dd9917f05b9558bb81aa33caf9e8f0f97 Mon Sep 17 00:00:00 2001 From: Kevin McKiou Date: Thu, 14 Sep 2017 12:31:02 -0500 Subject: Addition of Active-Standby Feature Patch 1: Adds the active-standby feature to drools-pdp. This feature provides the state control of the drools-pdp nodes controlling failover with a site and across sites. Patch 2: Resolve merge conflict in packages/install/pom.xml and pom.xml. Patch 3: Resolved comments from Pamela Dragosh and Jorge Hernandez. Issue-ID: POLICY-156 Change-Id: I922b3d5d8a464006e9675924bcbc7409d68c08d5 Signed-off-by: Kevin McKiou --- api-active-standby-management/pom.xml | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 api-active-standby-management/pom.xml (limited to 'api-active-standby-management/pom.xml') diff --git a/api-active-standby-management/pom.xml b/api-active-standby-management/pom.xml new file mode 100644 index 00000000..581acae0 --- /dev/null +++ b/api-active-standby-management/pom.xml @@ -0,0 +1,49 @@ + + + + + 4.0.0 + + + org.onap.policy.drools-pdp + drools-pdp + 1.1.0-SNAPSHOT + + + api-active-standby-management + + api-active-standby-management + API for Active Standby Management feature + + + 1.8 + 1.8 + + + + + org.onap.policy.drools-pdp + policy-management + ${project.version} + provided + + + -- cgit 1.2.3-korg