X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=58f43f948f61ae6b1c89cf4e9233a34280e2dd25;hb=27b200a1541f648e2355af32b112e02d10b92a23;hp=db30611241307a746d84bdcacb8f5ed784b580bd;hpb=61b66236ebda171d6a9f1cce9a7bb31395a7e432;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index db306112..58f43f94 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.5-SNAPSHOT - main + api-main ${project.artifactId} The main module of Policy Api that handles startup, lifecycle management, and parameters. @@ -63,11 +63,41 @@ 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 +