mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Bump devicemgt version
This commit is contained in:
parent
ddd6b7ed8e
commit
f69c1ba0c7
@ -412,6 +412,11 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Operation getNextPendingOperation(DeviceIdentifier deviceIdentifier, long l) throws OperationManagementException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updateOperation(DeviceIdentifier deviceIdentifier, Operation operation)
|
public void updateOperation(DeviceIdentifier deviceIdentifier, Operation operation)
|
||||||
throws OperationManagementException {
|
throws OperationManagementException {
|
||||||
@ -471,11 +476,21 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<Activity> getActivitiesUpdatedAfterByUser(long l, String s, int i, int i1) throws OperationManagementException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getActivityCountUpdatedAfterByUser(long l, String s) throws OperationManagementException {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<MonitoringOperation> getMonitoringOperationList(String s) {
|
public List<MonitoringOperation> getMonitoringOperationList(String s) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@ -412,6 +412,11 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Operation getNextPendingOperation(DeviceIdentifier deviceIdentifier, long l) throws OperationManagementException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updateOperation(DeviceIdentifier deviceIdentifier, Operation operation)
|
public void updateOperation(DeviceIdentifier deviceIdentifier, Operation operation)
|
||||||
throws OperationManagementException {
|
throws OperationManagementException {
|
||||||
@ -471,11 +476,21 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<Activity> getActivitiesUpdatedAfterByUser(long l, String s, int i, int i1) throws OperationManagementException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getActivityCountUpdatedAfterByUser(long l, String s) throws OperationManagementException {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<MonitoringOperation> getMonitoringOperationList(String s) {
|
public List<MonitoringOperation> getMonitoringOperationList(String s) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -1230,7 +1230,7 @@
|
|||||||
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management -->
|
<!-- Carbon Device Management -->
|
||||||
<carbon.devicemgt.version>3.1.34</carbon.devicemgt.version>
|
<carbon.devicemgt.version>3.1.45</carbon.devicemgt.version>
|
||||||
<carbon.devicemgt.version.range>[3.1.0, 4.0.0)</carbon.devicemgt.version.range>
|
<carbon.devicemgt.version.range>[3.1.0, 4.0.0)</carbon.devicemgt.version.range>
|
||||||
|
|
||||||
<!-- Carbon App Management -->
|
<!-- Carbon App Management -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user