X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=95d50e164c949f093dec6a1025c9a8132cc1b351;hb=9613f7f3b7074b173757f53de4160a9a134eecfc;hp=01cd533ed86ddfb96651ecdf3fd23ea6f73c67db;hpb=74d69a2a262f78d76abfec4dcee19421a5cd6ec9;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index 01cd533e..95d50e16 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -2,7 +2,8 @@ ============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 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,17 +20,16 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - 4.0.0 org.onap.policy.api policy-api - 2.0.0-SNAPSHOT + 2.4.5 - main + api-main ${project.artifactId} The main module of Policy Api that handles startup, lifecycle management, and parameters. @@ -63,6 +63,16 @@ policy-models-provider ${policy.models.version} + + org.onap.policy.models + policy-models-examples + ${policy.models.version} + + + org.onap.policy.common + utils + ${policy.common.version} + org.projectlombok lombok @@ -82,6 +92,12 @@ assertj-core test + + org.onap.policy.common + utils-test + ${policy.common.version} + test +