mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' into 'master'
Bump dependency versions and fix build failure See merge request entgra/carbon-device-mgt-plugins!160
This commit is contained in:
commit
47eca255d9
@ -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;
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -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…
Reference in New Issue
Block a user