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=83166b8edbaa98efea38b565bba6335ea495a252;hpb=dd9023c3492c4368a87c5b474a1811667fd3b356;p=policy%2Fmodels.git diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml index 83166b8ed..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.6.4-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 +