X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-simulators%2Fpom.xml;h=04dbb3b0aad4010648445229d747f95e8e52dc51;hb=HEAD;hp=3d18ae85ef19cf549141dfec9cc46e23baba82da;hpb=e3938e43b8a1f02f74368ecb75c38530285feac0;p=policy%2Fmodels.git diff --git a/models-interactions/model-simulators/pom.xml b/models-interactions/model-simulators/pom.xml index 3d18ae85e..c3d840bcc 100644 --- a/models-interactions/model-simulators/pom.xml +++ b/models-interactions/model-simulators/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019,2023 Nordix Foundation. + Modifications Copyright (C) 2019, 2023-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. @@ -20,14 +20,14 @@ --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.policy.models policy-models-interactions - 2.8.1-SNAPSHOT + 4.0.0-SNAPSHOT org.onap.policy.models.policy-models-interactions @@ -39,11 +39,6 @@ policy-endpoints ${policy.common.version} - - junit - junit - test - org.onap.policy.models.policy-models-interactions.model-impl aai @@ -101,14 +96,25 @@ ${project.version} - org.onap.policy.models.sim - policy-models-sim-dmaap + org.onap.policy.models + policy-models-examples ${project.version} + + org.onap.policy.common + utils-test + ${policy.common.version} + test + org.mockito mockito-core compile + + org.assertj + assertj-core + test +