Added simple dependency checks to all annotation processors

Change-Id: I8de5ca9a6e56bbcd32168cdb23474be4401171a7
diff --git a/t/annotation/mate_dependency.t b/t/annotation/mate_dependency.t
index 63fd571..9d5421e 100644
--- a/t/annotation/mate_dependency.t
+++ b/t/annotation/mate_dependency.t
@@ -3,6 +3,7 @@
 use warnings;
 use utf8;
 use Test::More;
+use KorAP::XML::Annotation::Mate::Dependency;
 use Scalar::Util qw/weaken/;
 use Data::Dumper;
 use lib 't/annotation';