@@ -12,8 +12,6 @@ |
||
12 | 12 | |
13 | 13 | use Chapi\Component\Cache\CacheInterface; |
14 | 14 | use Chapi\Component\RemoteClients\ApiClientInterface; |
15 | -use Chapi\Entity\Chronos\ChronosJobEntity; |
|
16 | -use Chapi\Entity\Marathon\MarathonAppEntity; |
|
17 | 15 | use Chapi\Service\JobValidator\JobValidatorServiceInterface; |
18 | 16 | use Psr\Log\LoggerInterface; |
19 | 17 | use Symfony\Component\Filesystem\Filesystem; |
@@ -13,9 +13,7 @@ |
||
13 | 13 | |
14 | 14 | use Chapi\Component\Comparison\DiffCompareInterface; |
15 | 15 | use Chapi\Entity\Chronos\ChronosJobEntity; |
16 | -use Chapi\Entity\Chronos\JobCollection; |
|
17 | 16 | use Chapi\Entity\JobEntityInterface; |
18 | -use Chapi\Entity\Marathon\AppEntity\PortDefinition; |
|
19 | 17 | use Chapi\Entity\Marathon\MarathonAppEntity; |
20 | 18 | use Chapi\Service\JobRepository\JobRepositoryInterface; |
21 | 19 |