X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-impl%2Frest%2Fpom.xml;h=c2a871f01940fab3ea146729361d2527e9a650b3;hb=HEAD;hp=15536e1f2c466a50b60813c13d99ec866a654a4b;hpb=63540a089cf3f37c1845d321d337e0a36bf869e8;p=policy%2Fmodels.git diff --git a/models-interactions/model-impl/rest/pom.xml b/models-interactions/model-impl/rest/pom.xml index 15536e1f2..b25529c98 100644 --- a/models-interactions/model-impl/rest/pom.xml +++ b/models-interactions/model-impl/rest/pom.xml @@ -3,7 +3,7 @@ rest ================================================================================ Copyright (C) 2017-2021 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. @@ -20,38 +20,56 @@ --> - - 4.0.0 + + 4.0.0 - - org.onap.policy.models.policy-models-interactions.model-impl - model-impl - 2.5.2-SNAPSHOT - + + org.onap.policy.models.policy-models-interactions.model-impl + model-impl + 4.0.0-SNAPSHOT + - rest + rest - - - com.google.code.gson - gson - provided - - - org.apache.httpcomponents - httpclient - provided - - - junit - junit - test - - - org.onap.policy.common - policy-endpoints - ${policy.common.version} - test - - + + + org.onap.policy.common + utils + ${policy.common.version} + + + com.google.code.gson + gson + provided + + + org.apache.httpcomponents + httpclient + + + org.apache.commons + commons-lang3 + + + org.glassfish.jersey.inject + jersey-hk2 + ${version.jersey} + + + org.glassfish.jaxb + jaxb-runtime + + + org.projectlombok + lombok + provided + + + org.onap.policy.common + policy-endpoints + ${policy.common.version} + test + +