@@ -24,12 +24,9 @@ |
||
| 24 | 24 | use Monolog\Handler\ErrorLogHandler; |
| 25 | 25 | use TechDivision\Import\Utils\LoggerKeys; |
| 26 | 26 | use TechDivision\Import\Utils\OperationKeys; |
| 27 | -use TechDivision\Import\App\Simple; |
|
| 28 | 27 | use TechDivision\Import\App\Utils\SynteticServiceKeys; |
| 29 | 28 | use TechDivision\Import\Cli\Utils\DependencyInjectionKeys; |
| 30 | 29 | use TechDivision\Import\Configuration\Jms\Configuration; |
| 31 | -use TechDivision\Import\Configuration\Jms\Configuration\Database; |
|
| 32 | -use TechDivision\Import\Configuration\Jms\Configuration\LoggerFactory; |
|
| 33 | 30 | use Symfony\Component\Config\FileLocator; |
| 34 | 31 | use Symfony\Component\Console\Command\Command; |
| 35 | 32 | use Symfony\Component\Console\Input\InputOption; |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | |
| 23 | 23 | use Psr\Log\LogLevel; |
| 24 | 24 | use Rhumsaa\Uuid\Uuid; |
| 25 | -use TechDivision\Import\App\Simple; |
|
| 26 | 25 | use Symfony\Component\Console\Input\InputInterface; |
| 27 | 26 | use TechDivision\Import\Utils\EntityTypeCodes; |
| 28 | 27 | use TechDivision\Import\Cli\Command\InputOptionKeys; |