diff options
author | s71221 <sukeshac@huawei.com> | 2016-09-21 15:17:54 +0800 |
---|---|---|
committer | s71221 <sukeshac@huawei.com> | 2016-09-21 15:17:54 +0800 |
commit | 3376e5f58327fb1d6c06985bf43185c11efdab73 (patch) | |
tree | a35f0d8f425c1a32a4b0a5e67385709cb7918a10 /openo-portal | |
parent | 6b4138c9f9e2c5e8f112c664a77620f752343369 (diff) |
auth added in pom
Change-Id: I28237ebba68eb36557e0b25a90e4212e7b819463
Signed-off-by: s71221 <sukeshac@huawei.com>
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/pom.xml | 1 | ||||
-rw-r--r-- | openo-portal/portal-auth/pom.xml | 19 |
2 files changed, 9 insertions, 11 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index e6dbf7b3..c4fa4f1b 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -31,5 +31,6 @@ <modules> <module>portal-package</module> <module>portal-common</module> + <module>portal-auth</module> </modules> </project> diff --git a/openo-portal/portal-auth/pom.xml b/openo-portal/portal-auth/pom.xml index 5f7c8b2b..cdbf8d12 100644 --- a/openo-portal/portal-auth/pom.xml +++ b/openo-portal/portal-auth/pom.xml @@ -17,16 +17,13 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>openo-portal</groupId> - <artifactId>openo-portal</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath/> - </parent> - - <groupId>openo-portal.module.auth</groupId> - <artifactId>module-auth</artifactId> - <version>1.0.0-SNAPSHOT</version> + <parent> + <groupId>org.openo.gso.gui</groupId> + <artifactId>openo-portal</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>portal-auth</artifactId> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> </project> |