X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fpom.xml;h=00b2434f3bde70370615459e3ca2859eb1f1c12c;hb=refs%2Fheads%2Fmaster;hp=e83ebba48b5000f57508a630fce9d5df32c1e44f;hpb=c8994fd02e0db5478e7abc87e699f49006ad32f1;p=policy%2Fapi.git diff --git a/main/pom.xml b/main/pom.xml index e83ebba4..c4639dc5 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -4,7 +4,7 @@ Modified Copyright (C) 2018 Samsung Electronics Co., Ltd. Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020-2023 Bell Canada. - Modifications Copyright (C) 2022-2023 Nordix Foundation. + Modifications Copyright (C) 2022-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ org.onap.policy.api policy-api - 3.0.3-SNAPSHOT + 4.0.0-SNAPSHOT api-main ${project.artifactId} @@ -42,6 +42,16 @@ policy-models-pdp ${policy.models.version} + + org.onap.policy.models + policy-models-examples + ${policy.models.version} + + + org.onap.policy.common + policy-endpoints + ${policy.common.version} + org.onap.policy.common spring-utils @@ -54,6 +64,18 @@ test + + com.google.guava + guava + + + org.hibernate + hibernate-core-jakarta + + + org.bouncycastle + bcpkix-fips + org.springframework.boot spring-boot-starter-test @@ -95,6 +117,7 @@ com.h2database h2 + test org.junit.jupiter @@ -104,6 +127,7 @@ org.mockito mockito-junit-jupiter + test @@ -162,7 +186,6 @@ org.springframework.boot spring-boot-maven-plugin - ${version.springboot}