diff options
author | huangjian <huang.jian12@zte.com.cn> | 2016-09-27 10:45:31 +0800 |
---|---|---|
committer | huangjian <huang.jian12@zte.com.cn> | 2016-09-27 11:03:03 +0800 |
commit | b3245afe1f3c21af64e2e4e8e3002301e783c01b (patch) | |
tree | 0807aed3c5b900b8273e758047b3275b8b96a40d /openo-portal/portal-package/pom.xml | |
parent | 3fc01bacfb37015bc31e5cadcaeae9e943c7e46d (diff) |
Integrate Catalog&ESR
Change-Id: I15eea95225ed4f078999aac7fc3ed8a56b2a6d57
Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'openo-portal/portal-package/pom.xml')
-rw-r--r-- | openo-portal/portal-package/pom.xml | 20 |
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> |