aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-package/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-package/pom.xml')
-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>