X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=4ad4924fda5764f1afb6803f21f21da2545a7a41;hb=3e680a9fd6fe05486a0971ca8510450da70a3ac2;hp=932438a18ee350420079efcc48206b26e6187c0e;hpb=2a543920a708491a6b2786438feaf55bf0bf1515;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index 932438a1..4ad4924f 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.1.1-SNAPSHOT + 2.3.4-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 +