aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-package
diff options
context:
space:
mode:
authorhuangjian <huang.jian12@zte.com.cn>2016-09-27 10:45:31 +0800
committerhuangjian <huang.jian12@zte.com.cn>2016-09-27 11:03:03 +0800
commitb3245afe1f3c21af64e2e4e8e3002301e783c01b (patch)
tree0807aed3c5b900b8273e758047b3275b8b96a40d /openo-portal/portal-package
parent3fc01bacfb37015bc31e5cadcaeae9e943c7e46d (diff)
Integrate Catalog&ESR
Change-Id: I15eea95225ed4f078999aac7fc3ed8a56b2a6d57 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'openo-portal/portal-package')
-rw-r--r--openo-portal/portal-package/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml
index e94ecbc0..75567b52 100644
--- a/openo-portal/portal-package/pom.xml
+++ b/openo-portal/portal-package/pom.xml
@@ -33,6 +33,18 @@
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-extsys</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-catalog</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <type>war</type>
+ </dependency>
</dependencies>
<build>
@@ -48,6 +60,14 @@
<groupId>org.openo.gso.gui</groupId>
<artifactId>portal-common</artifactId>
</overlay>
+ <overlay>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-extsys</artifactId>
+ </overlay>
+ <overlay>
+ <groupId>org.openo.gso.gui</groupId>
+ <artifactId>portal-catalog</artifactId>
+ </overlay>
</overlays>
</configuration>
</plugin>