aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-package
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2016-10-21 15:05:13 +0800
committer“shentao” <shentao@chinamobile.com>2016-10-21 15:05:13 +0800
commit33796336d546fa61a3906500ea56d77c960ab222 (patch)
treeeada1477041dd418b05122654eb25682a2dbf2eb /openo-portal/portal-package
parent9a7b8cfb0e8182d0d69d73ee40c0116042bc2e5e (diff)
GSO-35
Change-Id: I3ad00c3c9265a1b3818decedca1d77995864ba29 Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-package')
-rw-r--r--openo-portal/portal-package/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml
index 32a50725..c11927cc 100644
--- a/openo-portal/portal-package/pom.xml
+++ b/openo-portal/portal-package/pom.xml
@@ -67,6 +67,12 @@
<version>1.1.0-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-performance</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
</dependencies>
<build>
@@ -102,6 +108,10 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>portal-lifecyclemgr</artifactId>
</overlay>
+ <overlay>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-performance</artifactId>
+ </overlay>
</overlays>
</configuration>
</plugin>