mirror of https://github.com/apache/cloudstack.git
fix build
This commit is contained in:
parent
31ec4191c0
commit
143fbc37a6
|
|
@ -37,6 +37,7 @@
|
|||
<bean id="BAREMETAL" class="org.apache.cloudstack.storage.image.format.BAREMETAL" />
|
||||
|
||||
<bean id="hypervisorHelperImpl" class="org.apache.cloudstack.storage.helper.HypervisorHelperImpl" />
|
||||
<bean id="vmSnapshotHelper" class="org.apache.cloudstack.storage.vmsnapshot.VMSnapshotHelperImpl" />
|
||||
|
||||
<bean id="objectInDataStoreManagerImpl"
|
||||
class="org.apache.cloudstack.storage.datastore.ObjectInDataStoreManagerImpl" />
|
||||
|
|
|
|||
|
|
@ -484,7 +484,7 @@ import org.apache.cloudstack.network.contrail.management.ServerEventHandlerImpl;
|
|||
VpcOfferingServiceMapDaoImpl.class,
|
||||
VpcServiceMapDaoImpl.class,
|
||||
VpcVirtualNetworkApplianceManagerImpl.class,
|
||||
VpnUserDaoImpl.class,
|
||||
VpnUserDaoImpl.class
|
||||
},
|
||||
includeFilters={@Filter(value=IntegrationTestConfiguration.ComponentFilter.class, type=FilterType.CUSTOM)},
|
||||
useDefaultFilters=false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue