Merge "Update README.md files"
authorHenrik Andersson <henrik.b.andersson@est.tech>
Thu, 17 Jun 2021 05:43:43 +0000 (05:43 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 17 Jun 2021 05:43:43 +0000 (05:43 +0000)
helm-manager/pom.xml
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>
diff --git a/pom.xml b/pom.xml
index d871709..ee84045 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
         <module>policy-agent</module>
         <module>enrichment-coordinator-service</module>
         <module>r-app-catalogue</module>
+        <module>helm-manager</module>
     </modules>
     <build>
         <plugins>