From a98708667e2bb38c4188af7782207e95f7bfbd68 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 14 Dec 2022 11:38:26 +0000 Subject: [PATCH] Add explicit import for oparent dependencies This change is required to explicitly import oparent dependencies to avoid self referencing in oparent. Issue-ID: POLICY-4482 Change-Id: I5155c44775880edefb15422aa85bda06fd391796 Signed-off-by: liamfallon --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index ab01c0b6..2d82f527 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,18 @@ integration + + + + org.onap.oparent + dependencies + ${oparent.version} + pom + import + + + + -- 2.16.6