Reviewed-on: community/device-mgt-plugins#62
@ -892,4 +892,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
public List<Device> getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException {
return null;
}
@Override
public void deleteDeviceDataByTenantDomain(String s) throws DeviceManagementException {
throw new UnsupportedOperationException("Not implemented");
@ -964,7 +964,7 @@
<properties>
<!-- Carbon Device Management -->
<io.entgra.device.mgt.core.version>5.0.41-SNAPSHOT</io.entgra.device.mgt.core.version>
<io.entgra.device.mgt.core.version>5.0.42-SNAPSHOT</io.entgra.device.mgt.core.version>
<io.entgra.device.mgt.core.version.range>[5.0.0, 6.0.0)</io.entgra.device.mgt.core.version.range>
<!-- Carbon Device Management Plugins -->