diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-24 14:31:03 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-28 08:53:49 +0800 |
commit | ec40c069a208d3afec31f8e9b2845b5605c4071c (patch) | |
tree | b604c2a5f3f8c807dc5e5eaa0540f056161e8ea7 /integration/pom.xml | |
parent | 2fb855601a82a92d0e206a1f32850dc1f536fffb (diff) |
Add Holmes as a Module of Client
Add some dependencies to integration
Add Holmes as a module of Client
Change the name of alarm-analysis to client-gui/holmes in pom.xml
Change the import path from ./Msg to ./msg
Change-Id: I00a3d37fa705aef297921325f22b4d9ccba5def0
Issue-ID: CLIENT-164
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 0ce32b69..862931f9 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -134,6 +134,12 @@ <version>1.1.0-SNAPSHOT</version> <type>war</type> </dependency> + <dependency> + <groupId>org.openo.client.gui</groupId> + <artifactId>holmes</artifactId> + <version>1.1.0-SNAPSHOT</version> + <type>war</type> + </dependency> <dependency> <groupId>org.openo.client.gui</groupId> <artifactId>vnfmarket</artifactId> @@ -187,6 +193,12 @@ <groupId>org.openo.client.gui</groupId> <artifactId>resmgr</artifactId> </overlay> + + + <overlay> + <groupId>org.openo.client.gui</groupId> + <artifactId>holmes</artifactId> + </overlay> <overlay> <groupId>org.openo.client.gui</groupId> <artifactId>vnfmarket</artifactId> |