X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=main%2Fpom.xml;h=56a5f812a6a14eef61aafdd7822cf88db2431f5f;hb=ba03d679d75647a442febd68e2da2c4da773cb7e;hp=01cd533ed86ddfb96651ecdf3fd23ea6f73c67db;hpb=74d69a2a262f78d76abfec4dcee19421a5cd6ec9;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index 01cd533e..56a5f812 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -3,6 +3,7 @@ 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. ================================================================================ 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.2.0-SNAPSHOT - 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 +