Showing
1 changed file
with
0 additions
and
5 deletions
... | ... | @@ -34,7 +34,6 @@ import org.thingsboard.server.common.data.tenant.profile.DefaultTenantProfileCon |
34 | 34 | import org.thingsboard.server.dao.asset.AssetService; |
35 | 35 | import org.thingsboard.server.dao.dashboard.DashboardService; |
36 | 36 | import org.thingsboard.server.dao.device.DeviceService; |
37 | -import org.thingsboard.server.dao.edge.EdgeService; | |
38 | 37 | import org.thingsboard.server.dao.entity.AbstractEntityService; |
39 | 38 | import org.thingsboard.server.dao.entityview.EntityViewService; |
40 | 39 | import org.thingsboard.server.dao.exception.DataValidationException; |
... | ... | @@ -79,10 +78,6 @@ public class CustomerServiceImpl extends AbstractEntityService implements Custom |
79 | 78 | |
80 | 79 | @Autowired |
81 | 80 | private DashboardService dashboardService; |
82 | - | |
83 | - @Autowired | |
84 | - private EdgeService edgeService; | |
85 | - | |
86 | 81 | @Autowired |
87 | 82 | @Lazy |
88 | 83 | private TbTenantProfileCache tenantProfileCache; | ... | ... |