From 900920306a0be309f389880325558bb96ff76356 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 17 Apr 2019 13:58:26 +0000 Subject: Add DMaaP simulator for CSIT testing A rudimentary DMaaP simulator that simply holds requests and responds to all readers with whatever message comes in on a topic. The simulator is placed in policy models for now but should be submitted to DMaaP. The simulator is now working but is still extremely rough. Issue-ID: POLICY-1643 Change-Id: I28645a73cf198fe825c897243b30cd34dc29f20d Signed-off-by: liamfallon --- models-sim/models-sim-dmaap/pom.xml | 81 +++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 models-sim/models-sim-dmaap/pom.xml (limited to 'models-sim/models-sim-dmaap/pom.xml') diff --git a/models-sim/models-sim-dmaap/pom.xml b/models-sim/models-sim-dmaap/pom.xml new file mode 100644 index 000000000..b21926b5c --- /dev/null +++ b/models-sim/models-sim-dmaap/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + + org.onap.policy.models.sim + policy-models-sim + 2.0.0-SNAPSHOT + + + policy-models-sim-dmaap + + ${project.artifactId} + A module that implements a very simple DMaaP simulator. + + + + commons-cli + commons-cli + + + org.onap.policy.common + common-parameters + ${policy.common.version} + + + org.onap.policy.common + utils + ${policy.common.version} + + + org.onap.policy.common + policy-endpoints + ${policy.common.version} + + + org.onap.policy.common + gson + ${policy.common.version} + + + + + + + + src/main/resources + true + + **/version.txt + + + + src/main/resources + false + + **/version.txt + + + + + -- cgit 1.2.3-korg