Use alternate repo for npm 74/120374/4
authorJim Hahn <jrh3@att.com>
Fri, 9 Apr 2021 18:52:54 +0000 (14:52 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 12 Apr 2021 20:27:06 +0000 (16:27 -0400)
Also updated version of npm, as 6.14.4 does not appear within the repo.

Issue-ID: POLICY-3182
Change-Id: I61ec07ad525d165828bb7c97af00bb740d939cc3
Signed-off-by: Jim Hahn <jrh3@att.com>
gui-editors/gui-editor-apex/pom.xml
gui-pdp-monitoring/pom.xml

index b37f948..61ea8af 100644 (file)
@@ -3,6 +3,7 @@
    Copyright (C) 2018 Ericsson. All rights reserved.
    Modifications Copyright (C) 2019-2020 Nordix Foundation.
    Modifications Copyright (C) 2020 Bell Canada.
+   Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
                     <nodeVersion>v12.18.0</nodeVersion>
                     <installDirectory>${webapp.dir}</installDirectory>
                     <workingDirectory>${webapp.dir}</workingDirectory>
+                    <npmDownloadRoot>${repo.npm}</npmDownloadRoot>
                 </configuration>
                 <executions>
                     <execution>
                             <goal>install-node-and-npm</goal>
                         </goals>
                         <configuration>
-                            <npmVersion>6.14.4</npmVersion>
+                            <npmVersion>6.14.5</npmVersion>
                         </configuration>
                     </execution>
                     <execution>
index ed0db76..2108d91 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2020 Nordix Foundation.
+   Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -89,6 +90,7 @@
                     <nodeVersion>v12.18.0</nodeVersion>
                     <installDirectory>${webapp.dir}</installDirectory>
                     <workingDirectory>${webapp.dir}</workingDirectory>
+                    <npmDownloadRoot>${repo.npm}</npmDownloadRoot>
                 </configuration>
                 <executions>
                     <execution>
@@ -97,7 +99,7 @@
                             <goal>install-node-and-npm</goal>
                         </goals>
                         <configuration>
-                            <npmVersion>6.14.4</npmVersion>
+                            <npmVersion>6.14.5</npmVersion>
                         </configuration>
                     </execution>
                     <execution>