mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ACE-2030: Remove some patches for V3.1, including Version store migrator
- Deprecated VersionStore V1 is no longer usable by any means - Various scripts and other patches retired git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@87775 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -73,7 +73,6 @@ public abstract class BaseVersionStoreTest extends BaseSpringTest
|
||||
protected NodeService nodeService;
|
||||
protected PermissionService permissionService;
|
||||
protected CheckOutCheckInService checkOutCheckInService;
|
||||
protected VersionMigrator versionMigrator;
|
||||
protected SearchService versionSearchService;
|
||||
protected DictionaryService dictionaryService;
|
||||
protected PolicyComponent policyComponent;
|
||||
@@ -174,7 +173,6 @@ public abstract class BaseVersionStoreTest extends BaseSpringTest
|
||||
this.permissionService = (PermissionService)this.applicationContext.getBean("permissionService");
|
||||
this.checkOutCheckInService = (CheckOutCheckInService) applicationContext.getBean("checkOutCheckInService");
|
||||
this.versionSearchService = (SearchService)this.applicationContext.getBean("versionSearchService");
|
||||
this.versionMigrator = (VersionMigrator)this.applicationContext.getBean("versionMigrator");
|
||||
this.dictionaryService = (DictionaryService)this.applicationContext.getBean("dictionaryService");
|
||||
this.policyComponent = (PolicyComponent)this.applicationContext.getBean("policyComponent");
|
||||
this.policyBehaviourFilter = (BehaviourFilter)this.applicationContext.getBean("policyBehaviourFilter");
|
||||
|
Reference in New Issue
Block a user