From: Jim Hahn Date: Fri, 9 Apr 2021 18:52:54 +0000 (-0400) Subject: Use alternate repo for npm X-Git-Tag: 2.1.0~49 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=37f7cd98dc701fb1f571b7c9050e063dc279d38b;p=policy%2Fgui.git Use alternate repo for npm 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 --- diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index b37f948..61ea8af 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -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. @@ -143,6 +144,7 @@ v12.18.0 ${webapp.dir} ${webapp.dir} + ${repo.npm} @@ -151,7 +153,7 @@ install-node-and-npm - 6.14.4 + 6.14.5 diff --git a/gui-pdp-monitoring/pom.xml b/gui-pdp-monitoring/pom.xml index ed0db76..2108d91 100644 --- a/gui-pdp-monitoring/pom.xml +++ b/gui-pdp-monitoring/pom.xml @@ -1,6 +1,7 @@