Add explicit import for oparent dependencies 11/132711/1
authorliamfallon <liam.fallon@est.tech>
Wed, 14 Dec 2022 11:38:26 +0000 (11:38 +0000)
committerliamfallon <liam.fallon@est.tech>
Wed, 14 Dec 2022 11:57:05 +0000 (11:57 +0000)
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 <liam.fallon@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index ab01c0b..2d82f52 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <module>integration</module>
     </modules>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.onap.oparent</groupId>
+                <artifactId>dependencies</artifactId>
+                <version>${oparent.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <build>
         <pluginManagement>
             <plugins>