@@ -70,6 +70,7 @@ public class SourceClassMap {
7070 put ("org.zstack.core.jsonlabel.JsonLabelInventory" , "org.zstack.sdk.JsonLabelInventory" );
7171 put ("org.zstack.crypto.ccs.CCSCertificateAccountRefInventory" , "org.zstack.sdk.CCSCertificateAccountRefInventory" );
7272 put ("org.zstack.crypto.ccs.CCSCertificateInventory" , "org.zstack.sdk.CCSCertificateInventory" );
73+ put ("org.zstack.crypto.keyprovider.api.RekeySkippedResource" , "org.zstack.sdk.keyprovider.api.RekeySkippedResource" );
7374 put ("org.zstack.crypto.securitymachine.thirdparty.aisino.AiSiNoSecretResourcePoolInventory" , "org.zstack.sdk.AiSiNoSecretResourcePoolInventory" );
7475 put ("org.zstack.crypto.securitymachine.thirdparty.flkSec.FlkSecSecretResourcePoolInventory" , "org.zstack.sdk.FlkSecSecretResourcePoolInventory" );
7576 put ("org.zstack.crypto.securitymachine.thirdparty.flkSec.FlkSecSecurityMachineInventory" , "org.zstack.sdk.FlkSecSecurityMachineInventory" );
@@ -1264,6 +1265,7 @@ public class SourceClassMap {
12641265 put ("org.zstack.sdk.identity.ldap.entity.LdapServerInventory" , "org.zstack.ldap.entity.LdapServerInventory" );
12651266 put ("org.zstack.sdk.identity.role.RoleAccountRefInventory" , "org.zstack.header.identity.role.RoleAccountRefInventory" );
12661267 put ("org.zstack.sdk.identity.role.RoleInventory" , "org.zstack.header.identity.role.RoleInventory" );
1268+ put ("org.zstack.sdk.keyprovider.api.RekeySkippedResource" , "org.zstack.crypto.keyprovider.api.RekeySkippedResource" );
12671269 put ("org.zstack.sdk.license.entity.LicenseHistoryInventory" , "org.zstack.license.entity.LicenseHistoryInventory" );
12681270 put ("org.zstack.sdk.license.entity.LicenseUsageView" , "org.zstack.license.entity.LicenseUsageView" );
12691271 put ("org.zstack.sdk.license.entity.UpdateLicenseView" , "org.zstack.license.entity.UpdateLicenseView" );
0 commit comments