Bump dependency versions and fix build failure

revert-dabc3590
tcdlpds@gmail.com 4 years ago
parent 8f654409b3
commit aca9fdd6bd

@ -46,6 +46,11 @@ public class DeviceInformationManagerServiceMock implements DeviceInformationMan
}
@Override public void addDeviceLocations(Device device, List<DeviceLocation> list)
throws DeviceDetailsMgtException {
}
@Override
public DeviceLocation getDeviceLocation(DeviceIdentifier deviceIdentifier) throws DeviceDetailsMgtException {
return null;

@ -1154,7 +1154,7 @@
<properties>
<!-- Carbon Device Management -->
<carbon.devicemgt.version>4.1.10-SNAPSHOT</carbon.devicemgt.version>
<carbon.devicemgt.version>4.1.10</carbon.devicemgt.version>
<carbon.devicemgt.version.range>[4.0.0, 5.0.0)</carbon.devicemgt.version.range>
<!-- Carbon Device Management Plugins -->

Loading…
Cancel
Save