summaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2017-03-27 12:26:57 +0000
committerGerrit Code Review <gerrit@open-o.org>2017-03-27 12:26:57 +0000
commitea45874d18740ca6fe1326ce9be11261c1cda441 (patch)
treef83275ee8fef48f296e2e4617fa52c62021d1191 /integration/pom.xml
parentbaf88f107fe879b5ae99d324b5292dd5ee2222ae (diff)
parent4d91982b8c163bb1a32707af737544b1fdd6d747 (diff)
Merge "integrated vnf market function"
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index c335b120..0ce32b69 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -134,6 +134,12 @@
<version>1.1.0-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.openo.client.gui</groupId>
+ <artifactId>vnfmarket</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
</dependencies>
<build>
@@ -181,6 +187,10 @@
<groupId>org.openo.client.gui</groupId>
<artifactId>resmgr</artifactId>
</overlay>
+ <overlay>
+ <groupId>org.openo.client.gui</groupId>
+ <artifactId>vnfmarket</artifactId>
+ </overlay>
</overlays>
</configuration>
</plugin>