From 1eb5198939bd1d60665ff49e49763d0067c1bcb5 Mon Sep 17 00:00:00 2001 From: ramverma Date: Mon, 16 Jul 2018 15:23:45 +0100 Subject: Adding tools module to apex-pdp The tools module contains the utility applications for apex like converting policy model to cli, generating json events from policy model, simple websocket client example etc. The tools are defined to work in console and hence contain sysouts which are actually needed. Change-Id: Ia6d40fa7d3f6609ef86abd91a438d6ccbcd1f277 Issue-ID: POLICY-863 Signed-off-by: ramverma --- tools/pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tools/pom.xml (limited to 'tools/pom.xml') diff --git a/tools/pom.xml b/tools/pom.xml new file mode 100644 index 000000000..d824f3dd3 --- /dev/null +++ b/tools/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp + apex-pdp + 2.0.0-SNAPSHOT + + + org.onap.policy.apex-pdp.tools + tools + + pom + ${project.artifactId} + The Apex applications, implementation dependent wrappers and mediation for Apex in various technologies. + + + tools-common + simple-wsclient + model-generator + + \ No newline at end of file -- cgit 1.2.3-korg