Add ONAP repos in pom.xml for Clamp participant 34/6334/2
authorRehanRaza <muhammad.rehan.raza@est.tech>
Wed, 16 Jun 2021 13:34:17 +0000 (15:34 +0200)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Wed, 16 Jun 2021 13:44:23 +0000 (15:44 +0200)
Change-Id: If29e9248ee729c38466a2042bfcf00d1c320eecb
Issue-ID: NONRTRIC-541
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
helm-manager/pom.xml

index 0c52a12..7de3d17 100644 (file)
             <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
         </license>
     </licenses>
+    <repositories>
+        <repository>
+            <id>onap-releases</id>
+            <name>onap-releases</name>
+            <url>https://nexus.onap.org/content/repositories/releases/</url>
+        </repository>
+        <repository>
+            <id>onap-snapshots</id>
+            <name>onap-snapshots</name>
+            <url>https://nexus.onap.org/content/repositories/snapshots/</url>
+        </repository>
+    </repositories>
     <properties>
         <!-- Update this when a new version of the dependency jar shall be included -->
         <policy-clamp-participant-impl-kubernetes.version>6.1.2-SNAPSHOT</policy-clamp-participant-impl-kubernetes.version>