Add repository release details for ACM 43/11543/2
authoraravind.est <aravindhan.a@est.tech>
Wed, 2 Aug 2023 09:07:08 +0000 (10:07 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 2 Aug 2023 09:24:48 +0000 (10:24 +0100)
Add the maven repository details to get the acm models jar.

Issue-ID: NONRTRIC-902
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I97e7c183a1d0ad099322a245fc20415ee87c750c

pom.xml

diff --git a/pom.xml b/pom.xml
index f52156e..5250e43 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         <module>rapp-manager-sme</module>
         <module>rapp-manager-application</module>
     </modules>
+    <repositories>
+        <repository>
+            <id>onap-releases</id>
+            <name>onap-releases</name>
+            <url>https://nexus.onap.org/content/repositories/releases/</url>
+        </repository>
+    </repositories>
     <properties>
         <java.version>17</java.version>
         <openapi.maven.version>6.6.0</openapi.maven.version>