X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-sim%2Fpolicy-models-simulators%2Fpom.xml;h=852d46b55e1bd4079b8c42d4fe87a4c907f5c529;hb=HEAD;hp=874a5b6414a6dd8a2dda2fe7303f4cf3e28e5e00;hpb=e4e7d15db6d2f79658e3a5f9e8326ea092afcfab;p=policy%2Fmodels.git diff --git a/models-sim/policy-models-simulators/pom.xml b/models-sim/policy-models-simulators/pom.xml index 874a5b641..fc963aa7e 100644 --- a/models-sim/policy-models-simulators/pom.xml +++ b/models-sim/policy-models-simulators/pom.xml @@ -2,7 +2,8 @@ ============LICENSE_START======================================================= ONAP ================================================================================ - Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 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. @@ -21,19 +22,19 @@ --> + 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.sim policy-models-sim - 2.3.1-SNAPSHOT + 4.0.0-SNAPSHOT policy-models-simulators ${project.artifactId} - A module that runs all "simulators", including DMaaP. + A module that runs all "simulators". @@ -42,57 +43,19 @@ ${project.version} - junit - junit + org.bouncycastle + bcpkix-fips + + + org.onap.policy.common + utils-test + ${policy.common.version} test - org.powermock - powermock-api-mockito2 + org.assertj + assertj-core test - - - - - - src/main/resources - true - - **/version.txt - - - - src/main/resources - false - - **/version.txt - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - generate-complete-tar - package - - single - - - - src/main/package/tarball/assembly.xml - - ${project.artifactId}-${project.version} - - - - - - -