X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=f5ef93bb8379f718e8db8fc1f264626960fc8054;hb=055a10be96170de15922cb64aac9b3f3a641c85c;hp=13839887e05e7b500896f20bda23e620334343bc;hpb=6ea2e1bb9f7ee330f04fe8e28fd94fbf398a06ec;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index 13839887..f5ef93bb 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.3.2 - main + api-main ${project.artifactId} The main module of Policy Api that handles startup, lifecycle management, and parameters. @@ -53,6 +53,51 @@ common-parameters ${policy.common.version} + + org.onap.policy.models + policy-models-tosca + ${policy.models.version} + + + org.onap.policy.models + 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 + provided + + + com.h2database + h2 + test + + + org.mariadb.jdbc + mariadb-java-client + + + org.assertj + assertj-core + test + + + org.onap.policy.common + utils-test + ${policy.common.version} + test +