X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=486a136ee0fa159129238311c832b9a439003eb1;hb=16d0dd0587272a46047b5f322538f570a268752f;hp=146b2393df3c45965f70ef19a9bc5b3caed41acd;hpb=0c117e6f8608ed902893364ee00123b0eb9f4a59;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index 146b2393..486a136e 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.3 - main + api-main ${project.artifactId} The main module of Policy Api that handles startup, lifecycle management, and parameters. @@ -55,15 +55,49 @@ org.onap.policy.models - platform + 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 - 1.18.4 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 +