X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=e7288ec1f995b20b1d1e52a66b8e6833d9586999;hb=refs%2Fheads%2Fjakarta;hp=c0a75907cadea03c9a15eaeb38a5898d9a1861a5;hpb=da9e01a78e3205ee7238196a574adcf11c041797;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index c0a75907..e7288ec1 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -2,6 +2,9 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modified Copyright (C) 2018 Samsung Electronics Co., Ltd. + Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020-2022 Bell Canada. + Modifications Copyright (C) 2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -24,42 +27,93 @@ org.onap.policy.api policy-api - 2.0.0-SNAPSHOT + 2.6.5-SNAPSHOT - main + api-main ${project.artifactId} The main module of Policy Api that handles startup, lifecycle management, and parameters. + + org.onap.policy.models + policy-models-pdp + ${policy.models.version} + org.onap.policy.common - capabilities + spring-utils ${policy.common.version} + + com.h2database + h2 + + + org.assertj + assertj-core + test + org.onap.policy.common - policy-endpoints + utils-test ${policy.common.version} + test - commons-cli - commons-cli + org.junit.vintage + junit-vintage-engine + test + + + org.springframework.boot + spring-boot-starter-test + test com.google.code.gson gson - org.onap.policy.common - common-parameters - ${policy.common.version} + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-json + + - org.onap.policy.common - ONAP-Logging - ${policy.common.version} + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-actuator + ${version.springboot.actuator} + + + org.springframework.boot + spring-boot-starter-data-jpa + + + io.micrometer + micrometer-registry-prometheus + ${version.io.micrometer} + runtime + + + io.springfox + springfox-boot-starter + ${version.springfox} + + + io.springfox + springfox-swagger-ui + runtime @@ -81,6 +135,19 @@ + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + package + + + + - - + \ No newline at end of file