@@ -11,13 +11,9 @@ |
||
11 | 11 | |
12 | 12 | namespace SpomkyLabs\JoseBundle\Command; |
13 | 13 | |
14 | -use OAuth2\Client\ClientInterface; |
|
15 | -use SpomkyLabs\OAuth2ServerBundle\Plugin\ClientManagerPlugin\Model\ClientManagerInterface; |
|
16 | 14 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
17 | 15 | use Symfony\Component\Console\Input\InputInterface; |
18 | 16 | use Symfony\Component\Console\Output\OutputInterface; |
19 | -use Symfony\Component\Console\Question\ChoiceQuestion; |
|
20 | -use Symfony\Component\Console\Question\Question; |
|
21 | 17 | |
22 | 18 | class KeyRotationCommand extends ContainerAwareCommand |
23 | 19 | { |