From 0e405f340fb2d35753251771816290fe44cd8386 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 17 Feb 2023 19:15:16 +0000 Subject: Clean up dependencies for London Release Issue-ID: POLICY-4482 Change-Id: I8210a48b1080e715ef279c4fedae8dcb6165756f Signed-off-by: liamfallon --- examples/pom.xml | 3 +-- models/pom.xml | 3 +-- packages/policy-clamp-docker/pom.xml | 3 +-- .../participant-impl/participant-impl-acelement/pom.xml | 3 +-- .../participant-impl/participant-impl-kubernetes/pom.xml | 3 +-- participant/pom.xml | 3 +-- pom.xml | 16 ++++++---------- runtime-acm/pom.xml | 4 +--- 8 files changed, 13 insertions(+), 25 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 4605ba51a..80fb18b8b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -1,7 +1,7 @@ - - + 4.0.0 - org.onap.policy.parent integration 3.7.1-SNAPSHOT - org.onap.policy.clamp policy-clamp 6.4.1-SNAPSHOT ${project.artifactId} - pom - This is the root Maven module for the policy-clamp project. @@ -50,12 +49,10 @@ o policy-clamp-participant-impl-http: A standard participant for http configurations o policy-clamp-participant-impl-a1pms: A standard participant for accessing A1-Policy Management Service - 1.12.1-SNAPSHOT 2.8.1-SNAPSHOT - common examples @@ -64,7 +61,6 @@ runtime-acm participant - junit @@ -74,7 +70,7 @@ org.junit.jupiter junit-jupiter-engine - 5.7.1 + ${version.junit.jupiter} test diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml index efc13f37c..e5f223749 100644 --- a/runtime-acm/pom.xml +++ b/runtime-acm/pom.xml @@ -1,7 +1,7 @@