From 3b4884e5688a71116b3935e3a4ad243ab6287c80 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 12 Feb 2020 13:01:57 -0500 Subject: Add A&AI actor and some operators Added A&AI Actor, as well as operators for the "custom query" and the "tenant" query (on which the custom query depends). Issue-ID: POLICY-1625 Signed-off-by: Jim Hahn Change-Id: Ic9dadc07a6057cb1abb9698da86eb9431fc9ed3e --- models-interactions/model-actors/actor.aai/pom.xml | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 models-interactions/model-actors/actor.aai/pom.xml (limited to 'models-interactions/model-actors/actor.aai/pom.xml') diff --git a/models-interactions/model-actors/actor.aai/pom.xml b/models-interactions/model-actors/actor.aai/pom.xml new file mode 100644 index 000000000..deb0181be --- /dev/null +++ b/models-interactions/model-actors/actor.aai/pom.xml @@ -0,0 +1,89 @@ + + + + + 4.0.0 + + + org.onap.policy.models.policy-models-interactions.model-actors + model-actors + 2.2.1-SNAPSHOT + + + actor.aai + + + + org.onap.policy.models.policy-models-interactions.model-actors + actorServiceProvider + ${project.version} + provided + + + org.onap.policy.models.policy-models-interactions.model-impl + aai + ${project.version} + provided + + + org.onap.policy.models.policy-models-interactions.model-impl + events + ${project.version} + provided + + + org.onap.policy.models.policy-models-interactions.model-impl + aai + ${project.version} + provided + + + org.onap.policy.common + policy-endpoints + ${policy.common.version} + provided + + + junit + junit + test + + + org.onap.policy.models.policy-models-interactions.model-actors + actor.test + ${project.version} + test + + + org.onap.policy.models.policy-models-interactions + simulators + ${project.version} + test + + + org.powermock + powermock-api-mockito2 + test + + + -- cgit 1.2.3-korg