mirror of https://github.com/apache/cloudstack.git
Marvin module depends on APIdoc module
This commit is contained in:
parent
186891962e
commit
3bedf31dca
|
|
@ -19,6 +19,16 @@
|
|||
<version>4.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>cloud-apidoc</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<defaultGoal>install</defaultGoal>
|
||||
<plugins>
|
||||
|
|
|
|||
Loading…
Reference in New Issue