@@ -14,7 +14,6 @@ |
||
14 | 14 | use Symfony\Component\Console\Input\InputOption; |
15 | 15 | use Symfony\Component\Console\Input\InputInterface; |
16 | 16 | use Symfony\Component\Console\Output\OutputInterface; |
17 | -use Symfony\Component\Finder\Finder; |
|
18 | 17 | use Symfony\Component\HttpKernel\KernelInterface; |
19 | 18 | |
20 | 19 | /** |
@@ -8,8 +8,6 @@ |
||
8 | 8 | |
9 | 9 | namespace KleijnWeb\SwaggerBundle\Document; |
10 | 10 | |
11 | -use JsonSchema\RefResolver; |
|
12 | -use JsonSchema\Uri\UriRetriever; |
|
13 | 11 | use Symfony\Component\Yaml\Yaml; |
14 | 12 | |
15 | 13 | /** |