X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-impl%2Faai%2Fpom.xml;h=759fd31430e0b0637633902741d8fa8c215371bc;hb=HEAD;hp=6533ae0c3529cdc85b060cd48564ea33016f4593;hpb=f3f60d7f2b5f096ebdbe619d537c704f86f515a1;p=policy%2Fmodels.git diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml index 6533ae0c3..f1210a2a8 100644 --- a/models-interactions/model-impl/aai/pom.xml +++ b/models-interactions/model-impl/aai/pom.xml @@ -3,7 +3,7 @@ aai ================================================================================ Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019 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. @@ -21,13 +21,13 @@ + 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.model-impl model-impl - 2.5.0-SNAPSHOT + 4.0.0-SNAPSHOT aai @@ -39,29 +39,18 @@ provided - org.onap.policy.models.policy-models-interactions.model-impl - rest - ${project.version} - - - javax.xml.bind - jaxb-api - ${version.javax.bind} - - - junit - junit - test + org.json + json - org.mockito - mockito-core - test + org.onap.policy.common + utils + ${policy.common.version} - org.powermock - powermock-core - test + org.onap.policy.models.policy-models-interactions.model-impl + rest + ${project.version} org.onap.policy.common @@ -72,13 +61,22 @@ org.onap.aai.schema-service aai-schema - 1.7.2 + 1.12.3 com.google.code.javaparser javaparser + + com.googlecode.json-simple + json-simple + + + org.mockito + mockito-core + test +