From: adheli.tavares Date: Wed, 10 Apr 2024 12:55:37 +0000 (+0100) Subject: Dependency management update X-Git-Tag: 3.1.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F137681%2F1;p=policy%2Fdistribution.git Dependency management update - including dependencies to pom.xml files only where they are used, avoiding extra dependencies being added in all packages. Issue-ID: POLICY-4945 Change-Id: I65b4007a21519315f742cfcc54316e7d03821325 Signed-off-by: adheli.tavares --- diff --git a/main/pom.xml b/main/pom.xml index 6d1b7ea9..1744a078 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 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. @@ -55,13 +56,31 @@ io.swagger swagger-annotations - 1.6.11 + 1.6.14 org.onap.policy.common utils-test ${policy.common.version} + + org.glassfish.jersey.inject + jersey-hk2 + + + org.bouncycastle + bcpkix-fips + + + org.glassfish.jaxb + jaxb-runtime + runtime + + + org.glassfish.jersey.media + jersey-media-json-jackson + ${version.jersey} + diff --git a/reception/pom.xml b/reception/pom.xml index e14e115e..519210e5 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -2,6 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2022 Bell Canada. All rights reserved. + Modifications Copyright (C) 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. @@ -56,5 +57,15 @@ io.prometheus simpleclient + + io.prometheus + simpleclient_servlet_jakarta + runtime + + + io.prometheus + simpleclient_hotspot + runtime +