aboutsummaryrefslogtreecommitdiffstats
path: root/utils/webseal-simulator/pom.xml
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-08-31 14:26:21 +0300
committerIdan Amit <ia096e@intl.att.com>2017-08-31 14:26:21 +0300
commitc7f57ec4a467bcac62ef0fdd655593e0c937e9ee (patch)
tree7e11abc1ee65fa855176db4b04fd5a9b8c886ddd /utils/webseal-simulator/pom.xml
parent7cd1156c3cab009146ca02989df394412d209483 (diff)
[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 <ia096e@intl.att.com>
Diffstat (limited to 'utils/webseal-simulator/pom.xml')
-rw-r--r--utils/webseal-simulator/pom.xml28
1 files changed, 27 insertions, 1 deletions
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 @@
<docker.latest.tag>${project.version}-latest</docker.latest.tag>
<!--maven-->
<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
+ <nexus.proxy>https://nexus.onap.org</nexus.proxy>
</properties>
<dependencies>
@@ -51,7 +52,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>1.9</version>
<scope>compile</scope>
</dependency>
@@ -112,6 +113,31 @@
</plugins>
</build>
+ <repositories>
+ <!-- LF repositories -->
+ <repository>
+ <id>ecomp-releases</id>
+ <name>Release Repository</name>
+ <url>${nexus.proxy}/content/repositories/releases/</url>
+ </repository>
+ <repository>
+ <id>ecomp-staging</id>
+ <name>Staging Repository</name>
+ <url>${nexus.proxy}/content/repositories/staging/</url>
+ </repository>
+ <repository>
+ <id>ecomp-snapshots</id>
+ <name>Snapshots Repository</name>
+ <url>${nexus.proxy}/content/repositories/snapshots/</url>
+ </repository>
+ <repository>
+ <id>ecomp-public</id>
+ <name>Public Repository</name>
+ <url>${nexus.proxy}/content/repositories/public/</url>
+ </repository>
+ <!-- LF repositories END-->
+ </repositories>
+
<profiles>
<profile>
<id>docker-staging</id>