From f239a66e5dd52f4f0149a307789909c5ffc2b704 Mon Sep 17 00:00:00 2001 From: Michael Mokry Date: Thu, 31 Jan 2019 13:16:55 -0600 Subject: PDPX Healthcheck/Statistic RESTful API entry point Includes: - Basic code structure modeled after policy distribution - Code implementation to support Healthcheck/Statistics RESTful API entry point - JUnits - Fixed Checkstyles issues and added some missing statistics classes and Junits - Made changes per Jim's comments - Made more changes per Jim's comments > made gson field static > using AssertThatThrownBy() mechanic from AssertJ > added setup and teardown to correctly terminate activator in Junit - Made corrections to the statitics endpoint and junits Change-Id: Iad40272beceff8a0f99966440e96a84fc2043b12 Issue-ID: POLICY-1436 Signed-off-by: Michael Mokry --- main/pom.xml | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 main/pom.xml (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml new file mode 100644 index 00000000..2a6677d2 --- /dev/null +++ b/main/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + + org.onap.policy.xacml-pdp + policy-xacml-pdp + 2.0.0-SNAPSHOT + + + main + + ${project.artifactId} + The main module of Policy PDP-X that handles startup, lifecycle management, and parameters. + + + + org.onap.policy.common + capabilities + ${policy.common.version} + + + org.onap.policy.common + policy-endpoints + ${policy.common.version} + + + commons-cli + commons-cli + + + com.google.code.gson + gson + + + org.onap.policy.common + common-parameters + ${policy.common.version} + + + + + + + + src/main/resources + true + + **/version.txt + + + + src/main/resources + false + + **/version.txt + + + + + + -- cgit 1.2.3-korg