commit | b57f29129ad10b336f70cf52e275ae7c88178259 | [log] [tgz] |
---|---|---|
author | Eliza Margaretha <margaretha@ids-mannheim.de> | Thu Jun 09 12:53:33 2016 +0200 |
committer | Eliza Margaretha <margaretha@ids-mannheim.de> | Thu Jun 09 12:53:33 2016 +0200 |
tree | 6d9d462b2b4340dfe5cd3505e86e0fe60b660d40 | |
parent | f2f258e3f5c923a1af1646ea49bc681d473f157b [diff] [blame] |
Updated KoralSpan. Added KoralException. Change-Id: I0676a3ee17d8ecd2fb03b5a2044c11ac34e7a3b6
diff --git a/pom.xml b/pom.xml index 28bfabf..692be5f 100644 --- a/pom.xml +++ b/pom.xml
@@ -20,6 +20,11 @@ <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> + <version>4.2</version> + </dependency> + <dependency> + <groupId>org.antlr</groupId> + <artifactId>antlr4-runtime</artifactId> <version>4.5.1</version> </dependency> <dependency>