X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=e7288ec1f995b20b1d1e52a66b8e6833d9586999;hb=refs%2Fheads%2Fjakarta;hp=146b2393df3c45965f70ef19a9bc5b3caed41acd;hpb=0c117e6f8608ed902893364ee00123b0eb9f4a59;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index 146b2393..e7288ec1 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -2,7 +2,9 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modified Copyright (C) 2018 Samsung Electronics Co., Ltd. - Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + 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. @@ -19,50 +21,99 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - 4.0.0 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} - commons-cli - commons-cli + com.h2database + h2 - com.google.code.gson - gson + org.assertj + assertj-core + test org.onap.policy.common - common-parameters + utils-test ${policy.common.version} + test - org.onap.policy.models - platform - ${policy.models.version} + org.junit.vintage + junit-vintage-engine + test + + + org.springframework.boot + spring-boot-starter-test + test + + + com.google.code.gson + gson - org.projectlombok - lombok - 1.18.4 - provided + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-json + + + + + 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 @@ -84,6 +135,19 @@ + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + package + + + + - - + \ No newline at end of file