summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorZhaoxing <meng.zhaoxing1@zte.com.cn>2017-10-13 15:23:14 +0800
committerZhaoxing <meng.zhaoxing1@zte.com.cn>2017-10-13 15:23:14 +0800
commitda675ef4d11d68ad537390ce99bb4eb5bd7d1bbb (patch)
treefeb14dec47b038698016d5d5e4de9008ff75ba12 /pom.xml
parent2150833ba64fd8b339012c7dab1f5b219b7c978d (diff)
Fix the docker build error for vfc-nfvo-wfengine
Change-Id: I136cd06f9b71fa6d51f25cfb2a00cb1d29fbe31c Issue-id: VFC-445 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 833281f..05c1588 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,20 @@
</snapshots>
</repository>
<repository>
+ <id>wfengine-staging</id>
+ <url>https://nexus.onap.org/content/groups/staging</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>always</updatePolicy>
+ <checksumPolicy>fail</checksumPolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>always</updatePolicy>
+ <checksumPolicy>warn</checksumPolicy>
+ </snapshots>
+ </repository>
+ <repository>
<id>wfengine-snapshots</id>
<url>https://nexus.onap.org/content/repositories/snapshots</url>
<releases>