From eeed5810ccafca38e35f841b3e3415df3cf7f862 Mon Sep 17 00:00:00 2001 From: Daniel Cruz Date: Fri, 23 Mar 2018 08:04:17 -0500 Subject: Create archetype for Beijing Release This new archetype is a proof of concept for removing template expansion from the BRMSGW. The idea is to have a ueb or dmaap topic that the BRMSGW uses to send params json and then the pdp-d will deserialize it into a ControlLoopParams object. The rules engine will then insert that fact in to the working memory which will be used for rules matching between onset events and corresponding policies. Issue-ID: POLICY-692 Change-Id: I4237221c2216dab16160e79a8f2fdcab6571e1eb Signed-off-by: Daniel Cruz --- controlloop/templates/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'controlloop/templates/pom.xml') diff --git a/controlloop/templates/pom.xml b/controlloop/templates/pom.xml index 71541ab80..985073889 100644 --- a/controlloop/templates/pom.xml +++ b/controlloop/templates/pom.xml @@ -35,6 +35,7 @@ template.demo archetype-cl-amsterdam + archetype-cl-beijing -- cgit 1.2.3-korg