X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=afabb56391b5d87baed1a11acd6d8b63f9c484da;hb=137baac91559b9f17046e8c6a288692013988922;hp=56a5f812a6a14eef61aafdd7822cf88db2431f5f;hpb=1d4ce8d163b0e41bfb7d9e76399606eb0ba6f04c;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index 56a5f812..afabb563 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -2,8 +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. - Modifications Copyright (C) 2020 Bell Canada. + 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. @@ -26,7 +27,7 @@ org.onap.policy.api policy-api - 2.2.0-SNAPSHOT + 2.7.1 api-main @@ -35,68 +36,83 @@ 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 - policy-models-tosca - ${policy.models.version} + org.junit.vintage + junit-vintage-engine + test - org.onap.policy.models - policy-models-provider - ${policy.models.version} + org.springframework.boot + spring-boot-starter-test + test - org.onap.policy.models - policy-models-examples - ${policy.models.version} + com.google.code.gson + gson - org.onap.policy.common - utils - ${policy.common.version} + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-json + + - org.projectlombok - lombok - provided + org.springframework.boot + spring-boot-starter-security - com.h2database - h2 - test + org.springframework.boot + spring-boot-starter-actuator - org.mariadb.jdbc - mariadb-java-client + org.springframework.boot + spring-boot-starter-data-jpa - org.assertj - assertj-core - test + io.micrometer + micrometer-registry-prometheus + ${version.io.micrometer} + runtime - org.onap.policy.common - utils-test - ${policy.common.version} - test + io.springfox + springfox-boot-starter + ${version.springfox} + + + io.springfox + springfox-swagger-ui + runtime @@ -118,6 +134,19 @@ + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + package + + + + -