Undoing some changes that aren't needed

This commit is contained in:
Kevin Van de Velde
2020-04-10 15:50:59 +02:00
parent 935a2df27e
commit 5638c631d7

View File

@@ -54,7 +54,6 @@ import org.dspace.content.Collection;
import org.dspace.content.Community;
import org.dspace.content.Item;
import org.dspace.content.WorkspaceItem;
import org.dspace.discovery.SearchService;
import org.dspace.eperson.EPerson;
import org.dspace.eperson.Group;
import org.dspace.eperson.factory.EPersonServiceFactory;
@@ -76,9 +75,6 @@ public class WorkspaceItemRestRepositoryIT extends AbstractControllerIntegration
@Autowired
private ConfigurationService configurationService;
@Autowired
private SearchService searchService;
private Group embargoedGroups;
private Group embargoedGroup1;
private Group embargoedGroup2;