Specify alternate repo from which to download npm
Issue-ID: POLICY-3182
Change-Id: I07797f1e2f58830c180303eeb1286b9564c3e4f8
Signed-off-by: Jim Hahn <jrh3@att.com>
diff --git a/integration/pom.xml b/integration/pom.xml
index 2c6e9fd..dcca1bd 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -49,6 +49,7 @@
<version.javax.json>1.1.4</version.javax.json>
<version.netty>4.1.58.Final</version.netty>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+ <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
</properties>
<distributionManagement>