@@ -26,7 +26,6 @@ |
||
26 | 26 | ***************************************************************/ |
27 | 27 | |
28 | 28 | use AOE\Crawler\Controller\CrawlerController; |
29 | -use AOE\Crawler\Domain\Model\Queue; |
|
30 | 29 | use AOE\Crawler\Domain\Repository\ProcessRepository; |
31 | 30 | use AOE\Crawler\Domain\Repository\QueueRepository; |
32 | 31 | use TYPO3\CMS\Core\Database\ConnectionPool; |
@@ -25,9 +25,7 @@ |
||
25 | 25 | * This copyright notice MUST APPEAR in all copies of the script! |
26 | 26 | ***************************************************************/ |
27 | 27 | |
28 | -use AOE\Crawler\Domain\Model\Configuration; |
|
29 | 28 | use AOE\Crawler\Domain\Repository\ConfigurationRepository; |
30 | -use TYPO3\CMS\Backend\Utility\BackendUtility; |
|
31 | 29 | use TYPO3\CMS\Core\Messaging\FlashMessage; |
32 | 30 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
33 | 31 | use TYPO3\CMS\Core\Utility\MathUtility; |
@@ -33,7 +33,6 @@ |
||
33 | 33 | use TYPO3\CMS\Core\Database\ConnectionPool; |
34 | 34 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
35 | 35 | use TYPO3\CMS\Core\Utility\MathUtility; |
36 | -use TYPO3\CMS\Extbase\Object\ObjectManager; |
|
37 | 36 | |
38 | 37 | /** |
39 | 38 | * Class CrawlerCommandController |
@@ -43,7 +43,6 @@ |
||
43 | 43 | use TYPO3\CMS\Backend\Tree\View\PageTreeView; |
44 | 44 | use TYPO3\CMS\Core\Authentication\BackendUserAuthentication; |
45 | 45 | use TYPO3\CMS\Core\Database\ConnectionPool; |
46 | -use TYPO3\CMS\Core\Database\DatabaseConnection; |
|
47 | 46 | use TYPO3\CMS\Core\Database\Query\Restriction\DeletedRestriction; |
48 | 47 | use TYPO3\CMS\Core\Database\Query\Restriction\HiddenRestriction; |
49 | 48 | use TYPO3\CMS\Core\Database\Query\Restriction\WorkspaceRestriction; |