diff options
Diffstat (limited to 'integration')
-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> |