We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a736f6b commit afb2770Copy full SHA for afb2770
2 files changed
tools/devcloud-kvm/pom.xml
@@ -27,6 +27,14 @@
27
<version>5.1.21</version>
28
<scope>runtime</scope>
29
</dependency>
30
+ <dependency>
31
+ <groupId>org.apache.cloudstack</groupId>
32
+ <artifactId>cloud-developer</artifactId>
33
+ <version>${project.version}</version>
34
+ <type>pom</type>
35
+ <optional>true</optional>
36
+ <scope>runtime</scope>
37
+ </dependency>
38
</dependencies>
39
40
<build>
tools/devcloud/pom.xml
0 commit comments