From 0ba667816e703344eec33bda147546b30b6bbd5b Mon Sep 17 00:00:00 2001 From: ramverma Date: Fri, 6 Jul 2018 16:29:16 +0100 Subject: Adding client monitoring module to apex-pdp Change-Id: I6b4d00a5e49326f62f3585526ede8e89df99d7e5 Issue-ID: POLICY-864 Signed-off-by: ramverma --- client/pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 client/pom.xml (limited to 'client/pom.xml') diff --git a/client/pom.xml b/client/pom.xml new file mode 100644 index 000000000..7702b63d3 --- /dev/null +++ b/client/pom.xml @@ -0,0 +1,38 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp + apex-pdp + 2.0.0-SNAPSHOT + + + org.onap.policy.apex-pdp.client + client + pom + + ${project.artifactId} + Web client for managing Apex engines + + client-monitoring + + \ No newline at end of file -- cgit 1.2.3-korg