Minor bug fixes. Move bean definition to -services and ensure proper imports

This commit is contained in:
Tim Donohue
2015-12-14 12:09:45 -06:00
parent 0d79a7109a
commit 2538399c07
5 changed files with 8 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ import org.dspace.content.service.WorkspaceItemService;
import org.dspace.identifier.factory.IdentifierServiceFactory;
import org.dspace.identifier.service.DOIService;
import org.dspace.services.ConfigurationService;
import org.dspace.services.factory.DSpaceServicesFactory;
import org.dspace.workflow.WorkflowException;
import org.dspace.workflow.WorkflowItem;
import org.dspace.workflow.factory.WorkflowServiceFactory;