From c7f57ec4a467bcac62ef0fdd655593e0c937e9ee Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Thu, 31 Aug 2017 14:26:21 +0300 Subject: [DevOps] - Added local run to docker_run script and fixed webseal-simulator pom.xml Change-Id: I8715bf5d7713a0f1b9192c6b8fd7303f01747546 Issue-Id: SDC-152 Signed-off-by: Idan Amit --- utils/webseal-simulator/pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 7bee699dab..ea620f6844 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -13,6 +13,7 @@ ${project.version}-latest yyyyMMdd'T'HHmm + https://nexus.onap.org @@ -51,7 +52,7 @@ commons-codec commons-codec - 2.0-SNAPSHOT + 1.9 compile @@ -112,6 +113,31 @@ + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-staging + Staging Repository + ${nexus.proxy}/content/repositories/staging/ + + + ecomp-snapshots + Snapshots Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + ecomp-public + Public Repository + ${nexus.proxy}/content/repositories/public/ + + + + docker-staging -- cgit 1.2.3-korg