fixed circular dependency

This commit is contained in:
YevhenBondarenko 2022-07-07 22:28:17 +02:00
parent ca0ceeb3e1
commit 4c919cfe01

View File

@ -99,6 +99,7 @@ public class TenantServiceImpl extends AbstractCachedEntityService<TenantId, Ten
private ResourceService resourceService;
@Autowired
@Lazy
private OtaPackageService otaPackageService;
@Autowired