@@ -9,8 +9,6 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace Chapi\Service\JobValidator; |
| 11 | 11 | |
| 12 | -use Chapi\Component\DatePeriod\DatePeriodFactoryInterface; |
|
| 13 | -use Chapi\Entity\Chronos\JobEntity; |
|
| 14 | 12 | use Chapi\Entity\JobEntityInterface; |
| 15 | 13 | use Chapi\Entity\JobValidator\ValidationResult; |
| 16 | 14 | |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use Chapi\Component\Comparison\DiffCompareInterface; |
| 14 | 14 | use Chapi\Entity\Chronos\ChronosJobEntity; |
| 15 | 15 | use Chapi\Entity\JobEntityInterface; |
| 16 | -use Chapi\Entity\Marathon\AppEntity\DockerPortMapping; |
|
| 17 | 16 | use Chapi\Entity\Marathon\MarathonAppEntity; |
| 18 | 17 | use Chapi\Service\JobRepository\JobRepositoryInterface; |
| 19 | 18 | |