diff options
author | Jim Hahn <jrh3@att.com> | 2021-04-09 14:52:54 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-04-12 16:27:06 -0400 |
commit | 37f7cd98dc701fb1f571b7c9050e063dc279d38b (patch) | |
tree | e7b981cc9246fd9d15b7544ca18cf8d65b506fb2 /gui-pdp-monitoring | |
parent | a28617016d9e19237c9cb4adaa18be90a67f07a6 (diff) |
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 <jrh3@att.com>
Diffstat (limited to 'gui-pdp-monitoring')
-rw-r--r-- | gui-pdp-monitoring/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <!-- ============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> |