Adding dependency of 'cloud-engine-storage' to vmware hypervisor plugin.

This commit is contained in:
Sateesh Chodapuneedi 2013-05-13 20:28:10 +05:30
parent 3115ddf007
commit bba01662b8
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@
<artifactId>cloud-secondary-storage</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cloudstack</groupId>
<artifactId>cloud-engine-storage</artifactId>
<version>4.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.cloud.com.vmware</groupId>
<artifactId>vmware-vim25</artifactId>