harikrishna-patnala commented on pull request #4248: URL: https://github.com/apache/cloudstack/pull/4248#issuecomment-675339264
> @harikrishna-patnala can you look at build/Travis failure? Any specific reason why this is failing on Travis, although it was successful on my local environment. [ERROR] Failed to execute goal on project cloud-plugin-storage-volume-default: Could not resolve dependencies for project org.apache.cloudstack:cloud-plugin-storage-volume-default:jar:4.15.0.0-SNAPSHOT: Could not find artifact org.apache.cloudstack:cloud-plugin-hypervisor-vmware:jar:4.15.0.0-SNAPSHOT in apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1] This happened due to these changes diff --git a/plugins/storage/volume/default/pom.xml b/plugins/storage/volume/default/pom.xml index 51450e0f8a..c620e72ad3 100644 --- a/plugins/storage/volume/default/pom.xml +++ b/plugins/storage/volume/default/pom.xml @@ -33,6 +33,12 @@ <artifactId>cloud-engine-storage-volume</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.cloudstack</groupId> + <artifactId>cloud-plugin-hypervisor-vmware</artifactId> + <version>4.15.0.0-SNAPSHOT</version> + <scope>compile</scope> + </dependency> </dependencies> <build> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
