- push annis parser to module version 1.1
- added annisparser to module pom
- added annisparser to query serializer pom to be able to build to project


diff --git a/pom.xml b/pom.xml
index a8675f3..3f532b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,11 @@
         </dependency>
         <dependency>
             <groupId>KorAP-modules</groupId>
+            <artifactId>KorAP-AnnisParser</artifactId>
+            <version>LATEST</version>
+        </dependency>
+        <dependency>
+            <groupId>KorAP-modules</groupId>
             <artifactId>KorAP-lucene-index</artifactId>
             <version>LATEST</version>
         </dependency>