@@ -18,10 +18,6 @@ |
||
| 18 | 18 | * @link http://www.techdivision.com |
| 19 | 19 | */ |
| 20 | 20 | |
| 21 | -use Lurker\Event\FilesystemEvent; |
|
| 22 | - |
|
| 23 | -use Symfony\Component\Finder\Finder; |
|
| 24 | - |
|
| 25 | 21 | /** |
| 26 | 22 | * Defines the available build tasks. |
| 27 | 23 | * |
@@ -35,8 +35,6 @@ |
||
| 35 | 35 | use TechDivision\Import\Configuration\ListenerAwareConfigurationInterface; |
| 36 | 36 | use TechDivision\Import\Utils\OperationKeys; |
| 37 | 37 | use TechDivision\Import\Configuration\OperationConfigurationInterface; |
| 38 | -use TechDivision\Import\Configuration\Jms\Configuration\Plugin; |
|
| 39 | -use TechDivision\Import\Configuration\Jms\Configuration\Subject; |
|
| 40 | 38 | |
| 41 | 39 | /** |
| 42 | 40 | * A simple JMS based configuration implementation. |
@@ -29,7 +29,6 @@ |
||
| 29 | 29 | use TechDivision\Import\Configuration\ListenerAwareConfigurationInterface; |
| 30 | 30 | use TechDivision\Import\Configuration\Jms\Configuration\Subject\ImportAdapter; |
| 31 | 31 | use TechDivision\Import\Configuration\Jms\Configuration\Subject\ExportAdapter; |
| 32 | -use TechDivision\Import\Configuration\SubjectConfigurationInterface; |
|
| 33 | 32 | |
| 34 | 33 | /** |
| 35 | 34 | * A simple plugin configuration implementation. |