From baa4e928207f5930fcd620bddddcd493aa7a4122 Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 30 Jan 2020 18:57:13 -0600 Subject: domain native and operational policies support - moved DomainMaker to policy-utils/ project. - support for native drools and controller drools policy types. Issue-ID: POLICY-2345 Signed-off-by: jhh Change-Id: I46b9816eadceb7ef280e0e6789f07b4d4ca51519 Signed-off-by: jhh --- feature-lifecycle/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'feature-lifecycle/pom.xml') diff --git a/feature-lifecycle/pom.xml b/feature-lifecycle/pom.xml index b57847a3..952cf983 100644 --- a/feature-lifecycle/pom.xml +++ b/feature-lifecycle/pom.xml @@ -129,6 +129,25 @@ test + + org.onap.policy.common + gson + ${policy.common.version} + + + + org.onap.policy.models + policy-models-examples + ${policy.models.version} + test + + + + com.openpojo + openpojo + test + + -- cgit 1.2.3-korg