Skip to content

Commit bba43f5

Browse files
committed
vmware stuff should be compile time dependency
1 parent e4583ce commit bba43f5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/hypervisors/vmware/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@
3636
<groupId>com.cloud.com.vmware</groupId>
3737
<artifactId>vmware-vim25</artifactId>
3838
<version>${cs.vmware.api.version}</version>
39-
<scope>provided</scope>
39+
<scope>compile</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.cloud.com.vmware</groupId>
4343
<artifactId>vmware-vim</artifactId>
4444
<version>${cs.vmware.api.version}</version>
45-
<scope>provided</scope>
45+
<scope>compile</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.cloud.com.vmware</groupId>
4949
<artifactId>vmware-apputils</artifactId>
5050
<version>${cs.vmware.api.version}</version>
51-
<scope>provided</scope>
51+
<scope>compile</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.axis</groupId>

vmware-base/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
<groupId>com.cloud.com.vmware</groupId>
4242
<artifactId>vmware-vim25</artifactId>
4343
<version>${cs.vmware.api.version}</version>
44-
<scope>provided</scope>
44+
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.cloud.com.vmware</groupId>
4848
<artifactId>vmware-vim</artifactId>
4949
<version>${cs.vmware.api.version}</version>
50-
<scope>provided</scope>
50+
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.cloud.com.vmware</groupId>
5454
<artifactId>vmware-apputils</artifactId>
5555
<version>${cs.vmware.api.version}</version>
56-
<scope>provided</scope>
56+
<scope>compile</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.axis</groupId>

0 commit comments

Comments
 (0)