commit | 8c2ba68156dee994e1af7b3a8e25e824e23a3426 | [log] [tgz] |
---|---|---|
author | Joachim Bingel <joa.bingel@gmail.com> | Wed Nov 20 09:08:49 2013 +0000 |
committer | Joachim Bingel <joa.bingel@gmail.com> | Wed Nov 20 09:08:49 2013 +0000 |
tree | b82e5c65289d21b4184eaa95356426d8f915464e | |
parent | 3b3c29cad74fa443ed23ee63a784177aa6eb353e [diff] [blame] |
- 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>