You've already forked v8-code-style
mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-12-01 09:06:43 +02:00
G5V8DT-24027. Dependence fix
This commit is contained in:
@@ -20,7 +20,7 @@ import com._1c.g5.v8.dt.core.platform.IBmModelManager;
|
||||
import com._1c.g5.v8.dt.core.platform.IConfigurationProvider;
|
||||
import com._1c.g5.v8.dt.core.platform.IResourceLookup;
|
||||
import com._1c.g5.v8.dt.core.platform.IV8ProjectManager;
|
||||
import com._1c.g5.v8.dt.platform.version.IRuntimeVersionSupport;
|
||||
import com._1c.g5.v8.dt.rights.IRightInfosService;
|
||||
import com._1c.g5.wiring.AbstractServiceAwareModule;
|
||||
|
||||
/**
|
||||
@@ -32,7 +32,6 @@ import com._1c.g5.wiring.AbstractServiceAwareModule;
|
||||
public class ExternalDependenciesModule
|
||||
extends AbstractServiceAwareModule
|
||||
{
|
||||
|
||||
/**
|
||||
* @param plugin
|
||||
*/
|
||||
@@ -50,9 +49,6 @@ public class ExternalDependenciesModule
|
||||
bind(IBmRightsIndexManager.class).toService();
|
||||
bind(IBmEmfIndexManager.class).toService();
|
||||
bind(IConfigurationProvider.class).toService();
|
||||
|
||||
// XXX remove this when the IRightInfosService become OSGi service
|
||||
bind(IRuntimeVersionSupport.class).toService();
|
||||
bind(IRightInfosService.class).toService();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ import com._1c.g5.v8.dt.core.platform.IDerivedDataManagerProvider;
|
||||
import com._1c.g5.v8.dt.core.platform.IDtProjectManager;
|
||||
import com._1c.g5.v8.dt.core.platform.IWorkspaceOrchestrator;
|
||||
import com._1c.g5.v8.dt.md.refactoring.core.IMdRefactoringService;
|
||||
import com._1c.g5.v8.dt.rights.IRightInfosService;
|
||||
import com._1c.g5.v8.dt.validation.marker.IMarkerManager;
|
||||
import com._1c.g5.wiring.AbstractServiceAwareModule;
|
||||
import com.e1c.g5.v8.dt.check.settings.ICheckRepository;
|
||||
@@ -49,5 +50,6 @@ public class CheckExternalDependenciesModule
|
||||
bind(IMarkerManager.class).toService();
|
||||
bind(IMdRefactoringService.class).toService();
|
||||
bind(IWorkspaceOrchestrator.class).toService();
|
||||
bind(IRightInfosService.class).toService();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user