commit | e00f875ba3b22ba50bb62aa2205aeeb23c67728e | [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 17:32:58 2016 +0200 |
tree | 6f7e0b9f3c3383ecefdea443055ee6c1c18c59ed | |
parent | 064f46c0312a87dc89a9d5d9bdbe27d49d991059 [diff] [blame] |
Updated KoralSpan. Added KoralException. Change-Id: I0676a3ee17d8ecd2fb03b5a2044c11ac34e7a3b6
diff --git a/pom.xml b/pom.xml index fb782a4..f575129 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>