- adjusted poliqarp tests
- antlr 4.1 instead of 4.0 in querySerialization POM
diff --git a/pom.xml b/pom.xml
index 1cbe3d2..f92fff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,8 +29,8 @@
     </dependency>
     <dependency>
     	<groupId>org.antlr</groupId>
-    	<artifactId>antlr4-runtime</artifactId>
-    	<version>4.0</version>
+    	<artifactId>antlr4</artifactId>
+    	<version>4.1</version>
     	<classifier>complete</classifier>
     </dependency>
     <dependency>