From da9e01a78e3205ee7238196a574adcf11c041797 Mon Sep 17 00:00:00 2001 From: Krishnajinka Date: Fri, 31 Aug 2018 20:01:30 +0900 Subject: Add basic main structure for policy-api Define main pom xml and update to include main. Add the main exception parameters rest startstop classes. Add test cases. Modify comments Issue-ID: POLICY-1066 Change-Id: I2e878a58eef4f021e3a9a991738194127edf4d16 Signed-off-by: krisjinka Signed-off-by: krishnajinka --- main/pom.xml | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 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..c0a75907 --- /dev/null +++ b/main/pom.xml @@ -0,0 +1,86 @@ + + + 4.0.0 + + org.onap.policy.api + policy-api + 2.0.0-SNAPSHOT + + + main + + ${project.artifactId} + The main module of Policy Api 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} + + + org.onap.policy.common + ONAP-Logging + ${policy.common.version} + + + + + + + + src/main/resources + true + + **/version.txt + + + + src/main/resources + false + + **/version.txt + + + + + + -- cgit 1.2.3-korg