changed artifactId in PoliqarpParser-POM from "KorAP-poliqarp" to "KorAP-PoliqarpParser" 
diff --git a/pom.xml b/pom.xml
index f92fff3..1cbe3d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,8 +29,8 @@
     </dependency>
     <dependency>
     	<groupId>org.antlr</groupId>
-    	<artifactId>antlr4</artifactId>
-    	<version>4.1</version>
+    	<artifactId>antlr4-runtime</artifactId>
+    	<version>4.0</version>
     	<classifier>complete</classifier>
     </dependency>
     <dependency>