commit | 5c441ff40b9d9e28092d77e877fba685709eaa70 | [log] [tgz] |
---|---|---|
author | Eliza Margaretha <margaretha@ids-mannheim.de> | Thu Jun 09 12:53:33 2016 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Mon Jun 13 17:41:55 2016 +0200 |
tree | f816e11c36d4b876789847c3020dc5ebd9f0992c | |
parent | 7719120a43fd8bbbce9887356f116494b99b123f [diff] [blame] |
Updated KoralSpan. Added KoralException. Change-Id: I0676a3ee17d8ecd2fb03b5a2044c11ac34e7a3b6
diff --git a/pom.xml b/pom.xml index 71d1be5..e59fd5c 100644 --- a/pom.xml +++ b/pom.xml
@@ -48,6 +48,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>