commit | 3b3c29cad74fa443ed23ee63a784177aa6eb353e | [log] [tgz] |
---|---|---|
author | Joachim Bingel <joa.bingel@gmail.com> | Tue Nov 19 15:21:20 2013 +0000 |
committer | Joachim Bingel <joa.bingel@gmail.com> | Tue Nov 19 15:21:20 2013 +0000 |
tree | c001f97bc3e24391940fb14e3afe401d0a31a237 | |
parent | 5c93f903652b1df07c2dc8ce43adccc53fb9e4f8 [diff] [blame] |
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>